MQTT C Client Libraries Internals
Data Fields
Suback Struct Reference

Data for a suback packet. More...

#include <MQTTPacket.h>

Collaboration diagram for Suback:
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...
 
Listqoss
 list of granted QoSs (MQTT 3/4) / reason codes (MQTT 5)
 

Detailed Description

Data for a suback packet.

Field Documentation

◆ properties

MQTTProperties Suback::properties

MQTT 5.0 properties.

Not used for MQTT < 5.0


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