FreeRTOS
Data Fields
MQTTSubACKData Struct Reference

The data sent by the MQTT library in the user supplied callback when a SUBACK message is received. More...

#include <aws_mqtt_lib.h>

Data Fields

MQTTSubACKReturnCode_t xSubACKReturnCode
 
uint16_t usPacketIdentifier
 

Detailed Description

The data sent by the MQTT library in the user supplied callback when a SUBACK message is received.

Definition at line 224 of file aws_mqtt_lib.h.

Field Documentation

◆ usPacketIdentifier

uint16_t usPacketIdentifier

Packet identifier which the user can use to match the SUBACK with the Subscribe request.

Definition at line 227 of file aws_mqtt_lib.h.

◆ xSubACKReturnCode

MQTTSubACKReturnCode_t xSubACKReturnCode

SUBACK return code.

See also
MQTTSubACKReturnCode_t.

Definition at line 226 of file aws_mqtt_lib.h.


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