Struct LCB

Length Coded Binary Value

Fields

Name Type Description
isIncomplete bool True if the packet that created this LCB didn't have enough bytes
isNull bool True if the LCB contains a null value
numBytes ubyte Number of bytes needed to store the value (Extracted from the LCB header. The header byte is not included)
value ulong The decoded value. This is always 0 if isNull or isIncomplete is set.

Properties

Name Type Description
totalBytes [get] ubyte Number of bytes total used for this LCB

Authors

Copyright

License