AWS IoT Embedded C Device SDK
Data Fields
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

Defines a type for parameters returned to the user upon receipt of a publish message on a subscribed topic.