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

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

#include <MQTTPacket.h>

Collaboration diagram for Unsuback:

Data Fields

Header header
 MQTT header byte.
 
int msgId
 MQTT message id.
 
int MQTTVersion
 the version of MQTT
 
MQTTProperties properties
 MQTT 5.0 properties.
 
ListreasonCodes
 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: