FreeRTOS
Data Fields
MQTTPubACKData Struct Reference

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

#include <aws_mqtt_lib.h>

Data Fields

uint16_t usPacketIdentifier
 

Detailed Description

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

Definition at line 243 of file aws_mqtt_lib.h.

Field Documentation

◆ usPacketIdentifier

uint16_t usPacketIdentifier

Packet identifier which the user can use to match the PUBACK with the Publish request.

Definition at line 245 of file aws_mqtt_lib.h.


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