Expand description
Details of descriptor item encoding.
Structs§
- TagType
Size - A one-byte tag+type+size value
Enums§
- Size
- A value indicating the encoded data size.
- Size
Bits - The bits specifying the data size.
- Type
Bits - The bits specifying the type of an item.
Functions§
- encode_
signed - An integer value, in little-endian variable length form.
- encode_
unsigned - An integer value, in little-endian variable length form.