struct Puback
- Puback
- Struct
- Value
- Object
Overview
Fixed header for PUBACK/PUBREC/PUBCOMP/PUBREL PACKET
7 3 0
+--------------------------+--------------------------+
| ACK (1) NIBBLE | RESERVED | 0
+--------------------------+--------------------------+
| Remaining Len = Len of Varable header(2) | 1
+-----------------------------------------------------+
Variable header ( LENGTH = 2 Bytes)
+--------------------------+--------------------------+
| Packet Identifier MSB | 2
+-----------------------------------------------------+
+--------------------------+--------------------------+
| Packet Identifier LSB | 3
+-----------------------------------------------------+
Defined in:
crymq/mqtt.crConstructors
Instance Method Summary
- #pkid : Pkid
- #pkid=(pkid : Pkid)
- #to_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::SystemEndian)