FreeRTOS
Data Fields
MQTTAgentCallbackParams Struct Reference

Passed by the library in the callback to inform the user of various events. More...

#include <aws_mqtt_agent.h>

Data Fields

MQTTAgentEvent_t xMQTTEvent
 
union {
   MQTTPublishData_t   xPublishData
 
u
 

Detailed Description

Passed by the library in the callback to inform the user of various events.

If the user has registered a callback to get notified of various events, a pointer to this structure is passed in the callback function.

See also
MQTTAgentEvent_t.

Definition at line 90 of file aws_mqtt_agent.h.

Field Documentation

◆ xMQTTEvent

MQTTAgentEvent_t xMQTTEvent

Type of the event received.

Definition at line 92 of file aws_mqtt_agent.h.

◆ xPublishData

MQTTPublishData_t xPublishData

Publish data. Meaningful only in case of eMQTTAgentPublish event.

Definition at line 96 of file aws_mqtt_agent.h.


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