RtspMessageToBytes Method |
Creates a Packet from the RtspMessage which can be sent on the network
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic 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