|
AWS IoT Embedded C Device SDK
|
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. | |
Defines a type for parameters returned to the user upon receipt of a publish message on a subscribed topic.
1.8.10