Expand description
MQTT binary data implementation using BeBytes 2.10.0 size expressions
MQTT binary data is prefixed with a 2-byte length field in big-endian format.
Structs§
- Mqtt
Binary - MQTT binary data with automatic size handling via
BeBytessize expressions
Functions§
- binary_
len - Calculates the encoded length of binary data (compatibility function)
- decode_
binary - Decodes binary data with a 2-byte length prefix (compatibility function)
- encode_
binary - Encodes binary data with a 2-byte length prefix (compatibility function)
- encode_
optional_ binary - Encodes optional binary data (compatibility function)
- optional_
binary_ len - Calculates the encoded length of optional binary data (compatibility function)