Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BufferedSoftSerial SDFileSystem
Fork of ATT_AWS_IoT_demo by
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
MQTT Subscription Parameters.
Defines the parameters needed when subscribing to an MQTT topic.
Definition at line 148 of file aws_iot_mqtt_interface.h.
Field Documentation
Callback to be invoked upon receipt of a message on the subscribed topic.
Definition at line 151 of file aws_iot_mqtt_interface.h.
char* pTopic |
Pointer to the string defining the desired subscription topic.
Definition at line 149 of file aws_iot_mqtt_interface.h.
Quality of service of the subscription.
Definition at line 150 of file aws_iot_mqtt_interface.h.
Generated on Tue Jul 12 2022 18:38:02 by
