Construct a protocol packet from a header buffer
Declaration Syntax
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)