AWS IoT Device SDK C:
MQTT
MQTT 3.1.1 client library
|
Return to main page ↑ |
MQTT Message Handler. More...
#include <aws_iot_mqtt_client.h>
Data Fields | |
const char * | topicName |
Topic name of subscription. | |
uint16_t | topicNameLen |
Length of topic name. | |
char | resubscribed |
Whether this handler was successfully resubscribed in the reconnect workflow. | |
QoS | qos |
QoS of subscription. | |
pApplicationHandler_t | pApplicationHandler |
Application function to invoke. | |
void * | pApplicationHandlerData |
Context to pass to application handler. | |
MQTT Message Handler.
Defining a type for MQTT Message Handlers. Used to pass incoming data back to the application