LCB

Length Coded Binary Value

Members

Properties

totalBytes
ubyte totalBytes [@property getter]

Number of bytes total used for this LCB

Variables

isIncomplete
bool isIncomplete;

True if the packet that created this LCB didn't have enough bytes to store a value of the size specified. More bytes have to be fetched from the server.

isNull
bool isNull;

True if the LCB contains a null value

numBytes
ubyte numBytes;

Number of bytes needed to store the value (Extracted from the LCB header. The header byte is not included)

value
ulong value;

The decoded value. This is always 0 if isNull or isIncomplete is set.

Meta