Microchip® Advanced Software Framework

MQTTPublishParams Struct Reference

MQTT Publish Parameters.

Defines a type for parameters supplied when publishing an MQTT message.

#include <aws_iot_mqtt_interface.h>

Data Fields

MQTTMessageParams MessageParams
 Parameters defining the message to be published. More...
 
char * pTopic
 Pointer to the string defining the desired publishing topic. More...
 

MQTTMessageParams MQTTPublishParams::MessageParams

Parameters defining the message to be published.

Referenced by aws_iot_mqtt_publish(), main(), and publishToShadowAction().

char* MQTTPublishParams::pTopic

Pointer to the string defining the desired publishing topic.

Referenced by aws_iot_mqtt_publish(), main(), and publishToShadowAction().