Creates a sequence of bytes which correspond to the IPacket in binary format suitable to be sent on a network.
            
 
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
SyntaxIEnumerable<byte> Prepare()
Function Prepare As IEnumerable(Of Byte)
IEnumerable<unsigned char>^ Prepare()
abstract Prepare : unit -> IEnumerable<byte> 
Return Value
Type: 
IEnumerableByteThe sequence
See Also