| InnerBinaryData Constructor (String, Byte) | 
 
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic InnerBinaryData(
	string contentType,
	byte[] data
)
Public Sub New ( 
	contentType As String,
	data As Byte()
)
public:
InnerBinaryData(
	String^ contentType, 
	array<unsigned char>^ data
)
new : 
        contentType : string * 
        data : byte[] -> InnerBinaryDataParameters
- contentType
 - Type: SystemString
 - data
 - Type: SystemByte
 
See Also