MQTT C Client Libraries Internals
Data Fields
Unsuback Struct Reference

Data for an MQTT V5 unsuback packet. More...

#include <MQTTPacket.h>

Collaboration diagram for Unsuback:
Collaboration graph
[legend]

Data Fields

Header header
 MQTT header byte.
 
int msgId
 MQTT message id.
 
int MQTTVersion
 the version of MQTT
 
MQTTProperties properties
 MQTT 5.0 properties. More...
 
List * reasonCodes
 list of reason codes
 

Detailed Description

Data for an MQTT V5 unsuback packet.

Field Documentation

◆ properties

MQTTProperties Unsuback::properties

MQTT 5.0 properties.

Not used for MQTT < 5.0


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