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

MQTTPublishParams Struct Reference

MQTTPublishParams Struct Reference

MQTT Publish Parameters. More...

#include <aws_iot_mqtt_interface.h>

Data Fields

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

Detailed Description

MQTT Publish Parameters.

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

Definition at line 161 of file aws_iot_mqtt_interface.h.


Field Documentation

Parameters defining the message to be published.

Definition at line 163 of file aws_iot_mqtt_interface.h.

char* pTopic

Pointer to the string defining the desired publishing topic.

Definition at line 162 of file aws_iot_mqtt_interface.h.