#include <MQTTPacket.h>
Public Attributes | |
Header | header |
int | MQTTVersion |
int | msgId |
MQTTProperties | properties |
List * | qoss |
Data for a suback packet.
Definition at line 171 of file MQTTPacket.h.
Header Suback::header |
MQTT header byte
Definition at line 173 of file MQTTPacket.h.
int Suback::MQTTVersion |
the version of MQTT
Definition at line 175 of file MQTTPacket.h.
int Suback::msgId |
MQTT message id
Definition at line 174 of file MQTTPacket.h.
MQTTProperties Suback::properties |
MQTT 5.0 properties. Not used for MQTT < 5.0
Definition at line 176 of file MQTTPacket.h.
List* Suback::qoss |
list of granted QoSs (MQTT 3/4) / reason codes (MQTT 5)
Definition at line 177 of file MQTTPacket.h.