Click or drag to resize
RtspMessageToString Method
Creates a 'string' representation of the RtspMessage including all binary data contained therein.

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public override string ToString()

Return Value

Type: String
A string which contains the entire message itself in the encoding of the RtspMessage.
See Also