MQTT C Client Libraries Internals
Data Fields
Ack Struct Reference

Data for one of the ack packets. More...

#include <MQTTPacket.h>

Collaboration diagram for Ack:
Collaboration graph
[legend]

Data Fields

Header header
 MQTT header byte.
 
int msgId
 MQTT message id.
 
unsigned char rc
 MQTT 5 reason code.
 
int MQTTVersion
 the version of MQTT
 
MQTTProperties properties
 MQTT 5.0 properties. More...
 

Detailed Description

Data for one of the ack packets.

Field Documentation

◆ properties

MQTTProperties Ack::properties

MQTT 5.0 properties.

Not used for MQTT < 5.0


The documentation for this struct was generated from the following file: