Click or drag to resize
IPacketPrepare Method
Creates a sequence of bytes which correspond to the IPacket in binary format suitable to be sent on a network.

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
IEnumerable<byte> Prepare()

Return Value

Type: IEnumerableByte
The sequence
See Also