Click or drag to resize

RtspMessage(ArraySegmentByte) Constructor

Creates a managed representation of an abstract RtspMessage concept from RFC2326.

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

Parameters

packet  ArraySegmentByte
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