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

Data for a suback packet. More...

#include <MQTTPacket.h>

Collaboration diagram for Suback:

Data Fields

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