AWS IoT Embedded C Device SDK
Data Fields
_MessageHandlers Struct Reference

MQTT Message Handler. More...

#include <aws_iot_mqtt_client.h>

Data Fields

const char * topicName
 
uint16_t topicNameLen
 
QoS qos
 
pApplicationHandler_t pApplicationHandler
 
void * pApplicationHandlerData
 

Detailed Description

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