Click or drag to resize

RtspMessage Constructor (Byte, Int32)

Creates a RtspMessage from the given bytes

Namespace:  Ozeki.Camera
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public RtspMessage(
	byte[] bytes,
	int offset = 0
)

Parameters

bytes
Type: SystemByte
The byte array to create the RtspMessage from
offset (Optional)
Type: SystemInt32
The offset within the bytes to start creating the message
See Also