Construct a protocol packet from a header buffer
Namespace:
VideoRay.Communication
Assembly:
vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
public Protocol_PRO4_Packet(
byte[] headerBuffer,
bool isExtenededLength
) |
Visual Basic (Declaration) |
---|
Public Sub New ( _
headerBuffer As Byte(), _
isExtenededLength As Boolean _
) |
Visual C++ |
---|
public:
Protocol_PRO4_Packet(
array<unsigned char>^ headerBuffer,
bool isExtenededLength
) |
Parameters
- headerBuffer
- Type: array<
System..::.Byte
>[]()[]
byte array with header data
- isExtenededLength
- Type: System..::.Boolean
true if the data in headerBuffer is an extended length packet
See Also