AWS IoT Embedded C Device SDK
Data Fields
MQTTSubscribeParams Struct Reference

MQTT Subscription Parameters. More...

#include <aws_iot_mqtt_interface.h>

Data Fields

char * pTopic
 Pointer to the string defining the desired subscription topic.
 
QoSLevel qos
 Quality of service of the subscription.
 
iot_message_handler mHandler
 Callback to be invoked upon receipt of a message on the subscribed topic.
 

Detailed Description

Defines the parameters needed when subscribing to an MQTT topic.