Constructor BinaryParser
BinaryParser(void*, int)
Creates the ref struct
Declaration
public BinaryParser(void* ptrContextData, int payloadBufferLength)
Parameters
Type | Name | Description |
---|---|---|
void* | ptrContextData | Pointer to the data |
int | payloadBufferLength | Length of the data in bytes |