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: 10.3.199.0
Syntax
IEnumerable<byte> Prepare()

Return Value

Type: IEnumerableByte
The sequence
See Also