Module io
Expand description
Low-level I/O helpers for reading and writing MQTT packets.
Functionsยง
- read_
fixed_ header - Read bytes one at a time until a complete fixed header is decoded.
- write_
packet - Encode and write a full MQTT packet to the writer, then flush.