AWS IoT demonstration using the Avnet Shield (AT&T LTE) and the FRDM-K64F target board.

Dependencies:   K64F_FATFileSystem

Fork of mbed-os-example-tls-tls-client by mbed-os-examples

Embed: (wiki syntax)

« Back to documentation index

MQTTSubscribeParams Struct Reference

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.