Ozeki VoIP SDK Class library
RtspMessage Constructor (bytes, offset)
NamespacesOzeki.Media.IPCamera.RtspRtspMessageRtspMessage(array<Byte>[]()[][], Int32)
Initializes a new instance of the RtspMessage class
Declaration Syntax
C#Visual BasicVisual C++
public RtspMessage(
	byte[] bytes,
	int offset = 0
)
Public Sub New ( 
	bytes As Byte(),
	Optional offset As Integer = 0
)
public:
RtspMessage(
	array<unsigned char>^ bytes, 
	int offset = 0
)
Parameters
bytes (array<Byte>[]()[][])
offset (Int32) (Optional)

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290