Expand description
Fixed header byte 1 values (packet type << 4 | flags)
Constantsยง
- AUTH
- AUTH packet fixed header (0xF0)
- CONNACK
- CONNACK packet fixed header (0x20)
- CONNECT
- CONNECT packet fixed header (0x10)
- DISCONNECT
- DISCONNECT packet fixed header (0xE0)
- PINGREQ
- PINGREQ packet fixed header (0xC0)
- PINGRESP
- PINGRESP packet fixed header (0xD0)
- PUBACK
- PUBACK packet fixed header (0x40)
- PUBCOMP
- PUBCOMP packet fixed header (0x70)
- PUBLISH_
BASE - PUBLISH packet fixed header base (0x30) - flags vary
- PUBREC
- PUBREC packet fixed header (0x50)
- PUBREL
- PUBREL packet fixed header (0x62) - has required flags
- SUBACK
- SUBACK packet fixed header (0x90)
- SUBSCRIBE
- SUBSCRIBE packet fixed header (0x82) - has required flags
- UNSUBACK
- UNSUBACK packet fixed header (0xB0)
- UNSUBSCRIBE
- UNSUBSCRIBE packet fixed header (0xA2) - has required flags