LCB

Length Coded Binary Value

Members

Properties

totalBytes
ubyte totalBytes [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

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;
Undocumented in source.
value
ulong value;

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

Meta