FreeRTOS
|
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 |
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.
Definition at line 90 of file aws_mqtt_agent.h.
MQTTAgentEvent_t xMQTTEvent |
Type of the event received.
Definition at line 92 of file aws_mqtt_agent.h.
MQTTPublishData_t xPublishData |
Publish data. Meaningful only in case of eMQTTAgentPublish event.
Definition at line 96 of file aws_mqtt_agent.h.