|
AWS IoT Embedded C Device SDK
|
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. | |
Defines the parameters needed when subscribing to an MQTT topic.
1.8.10