FreeRTOS
Data Fields
MQTTConnACKData Struct Reference

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
 

Detailed Description

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.

Field Documentation

◆ usPacketIdentifier

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.

◆ xConnACKReturnCode

MQTTConnACKReturnCode_t xConnACKReturnCode

CONNACK return code.

See also
MQTTConnACKReturnCode_t.

Definition at line 216 of file aws_mqtt_lib.h.


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