vrLib SDK Documentation
Protocol_PRO4_Packet Constructor (headerBuffer, isExtenededLength)
NamespacesVideoRay.CommunicationProtocol_PRO4_PacketProtocol_PRO4_Packet(array<Byte>[]()[], Boolean)
Construct a protocol packet from a header buffer
Declaration Syntax
C#Visual BasicVisual C++
public Protocol_PRO4_Packet(
	byte[] headerBuffer,
	bool isExtenededLength
)
Public Sub New ( _
	headerBuffer As Byte(), _
	isExtenededLength As Boolean _
)
public:
Protocol_PRO4_Packet(
	array<unsigned char>^ headerBuffer, 
	bool isExtenededLength
)
Parameters
headerBuffer (array< Byte >[]()[])
byte array with header data
isExtenededLength (Boolean)
true if the data in headerBuffer is an extended length packet

Assembly: vrLib (Module: vrLib) Version: 2.0.1.0 (2.0.1.0)