Click or drag to resize
RtspMessage Constructor (ArraySegmentByte)
Creates a managed representation of an abstract RtspMessage concept from RFC2326.

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public RtspMessage(
	ArraySegment<byte> packet
)

Parameters

packet
Type: SystemArraySegmentByte
The array segment which contains the packet in whole at the offset of the segment. The Count of the segment may not contain more bytes than a RFC2326 message may contain.
See Also