Functionsยง
- decode
- Decode an encoded bitfield.
- decode_
len - Returns how many bytes a decoded bitfield will use.
- decode_
len_ with_ offset - Returns how many bytes a decoded bitfield will use, starting at a specific offset.
- decode_
with_ offset - Decode an encoded bitfield, starting at a specific offset.
- encode
- Encode a bitfield.
- encode_
len - Returns how many bytes a decoded bitfield will use.
- encode_
len_ with_ offset - Returns how many bytes an encoded bitfield will use, starting at a specific offset.
- encode_
with_ offset - Encode a bitfield at a specific offset