#include <MQTTPacket.h>
Public Attributes | |
| Header | header |
| int | MQTTVersion |
| int | msgId |
| MQTTProperties | properties |
| List * | reasonCodes |
Data for an MQTT V5 unsuback packet.
Definition at line 184 of file MQTTPacket.h.
| Header Unsuback::header |
MQTT header byte
Definition at line 186 of file MQTTPacket.h.
| int Unsuback::MQTTVersion |
the version of MQTT
Definition at line 188 of file MQTTPacket.h.
| int Unsuback::msgId |
MQTT message id
Definition at line 187 of file MQTTPacket.h.
| MQTTProperties Unsuback::properties |
MQTT 5.0 properties. Not used for MQTT < 5.0
Definition at line 189 of file MQTTPacket.h.
| List* Unsuback::reasonCodes |
list of reason codes
Definition at line 190 of file MQTTPacket.h.