#include <MQTTPacket.h>
Public Attributes | |
Header | header |
int | MQTTVersion |
int | msgId |
MQTTProperties | properties |
unsigned char | rc |
Data for one of the ack packets.
Definition at line 214 of file MQTTPacket.h.
Header Ack::header |
MQTT header byte
Definition at line 216 of file MQTTPacket.h.
int Ack::MQTTVersion |
the version of MQTT
Definition at line 219 of file MQTTPacket.h.
int Ack::msgId |
MQTT message id
Definition at line 217 of file MQTTPacket.h.
MQTTProperties Ack::properties |
MQTT 5.0 properties. Not used for MQTT < 5.0
Definition at line 220 of file MQTTPacket.h.
unsigned char Ack::rc |
MQTT 5 reason code
Definition at line 218 of file MQTTPacket.h.