Click or drag to resize
RtspMessageToBytes Method
Creates a Packet from the RtspMessage which can be sent on the network

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public virtual byte[] ToBytes()

Return Value

Type: Byte
The packet which represents this RtspMessage
See Also