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
MQTTCallbackParams Struct Reference
MQTT Callback Function Parameters. More...
#include <aws_iot_mqtt_interface.h>
Data Fields | |
char * | pTopicName |
Pointer to the topic string on which the message was delivered. In the case of a wildcard subscription this is the actual topic, not the wildcard filter. | |
uint16_t | TopicNameLen |
Length of the topic string. | |
MQTTMessageParams | MessageParams |
Message parameters structure. |
Detailed Description
MQTT Callback Function Parameters.
Defines a type for parameters returned to the user upon receipt of a publish message on a subscribed topic.
Definition at line 125 of file aws_iot_mqtt_interface.h.
Field Documentation
Message parameters structure.
Definition at line 128 of file aws_iot_mqtt_interface.h.
char* pTopicName |
Pointer to the topic string on which the message was delivered. In the case of a wildcard subscription this is the actual topic, not the wildcard filter.
Definition at line 126 of file aws_iot_mqtt_interface.h.
uint16_t TopicNameLen |
Length of the topic string.
Definition at line 127 of file aws_iot_mqtt_interface.h.
Generated on Tue Jul 12 2022 18:38:02 by
