FreeRTOS
|
The data sent by the MQTT library in the user supplied callback when a CONNACK message is received. More...
#include <aws_mqtt_lib.h>
Data Fields | |
MQTTConnACKReturnCode_t | xConnACKReturnCode |
uint16_t | usPacketIdentifier |
The data sent by the MQTT library in the user supplied callback when a CONNACK message is received.
Definition at line 214 of file aws_mqtt_lib.h.
uint16_t usPacketIdentifier |
Packet identifier which the user can use to match the CONNACK with the Connect request.
Definition at line 217 of file aws_mqtt_lib.h.
MQTTConnACKReturnCode_t xConnACKReturnCode |
CONNACK return code.
Definition at line 216 of file aws_mqtt_lib.h.