vrLib SDK Documentation
Protocol_PRO4_Packet Constructor (headerBuffer, payload)
NamespacesVideoRay.CommunicationProtocol_PRO4_PacketProtocol_PRO4_Packet(array<Byte>[]()[], array<Byte>[]()[])
Construct a protocol packet from a header buffer and a payload buffer
Declaration Syntax
C#Visual BasicVisual C++
public Protocol_PRO4_Packet(
	byte[] headerBuffer,
	byte[] payload
)
Public Sub New ( _
	headerBuffer As Byte(), _
	payload As Byte() _
)
public:
Protocol_PRO4_Packet(
	array<unsigned char>^ headerBuffer, 
	array<unsigned char>^ payload
)
Parameters
headerBuffer (array< Byte >[]()[])
byte array with header data
payload (array< Byte >[]()[])
byte array with payload data, the payload checksum should be the last byte in the payload array

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