AWS IoT Device SDK C: MQTT
MQTT 3.1.1 client library
Return to main page ↑
MessageHandlers Struct Reference

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.
 

Detailed Description

MQTT Message Handler.

Defining a type for MQTT Message Handlers. Used to pass incoming data back to the application


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