Click or drag to resize

RtspMessage(Byte, Int32) Constructor

Creates a RtspMessage from the given bytes

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

Parameters

bytes  Byte
The byte array to create the RtspMessage from
offset  Int32  (Optional)
The offset within the bytes to start creating the message
See Also