RtspMessageToBytes Method |
Creates a Packet from the RtspMessage which can be sent on the network
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public virtual byte[] ToBytes()
Public Overridable Function ToBytes As Byte()
public:
virtual array<unsigned char>^ ToBytes()
abstract ToBytes : unit -> byte[]
override ToBytes : unit -> byte[]
Return Value
Type:
ByteThe packet which represents this RtspMessage
See Also