MQTT C Client Libraries Internals
Loading...
Searching...
No Matches
Ack Struct Reference

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

#include <MQTTPacket.h>

Collaboration diagram for Ack:

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.
 

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: