V.06 11/3

Dependencies:   FT6206 SDFileSystem SPI_TFT_ILI9341 TFT_fonts

Fork of ATT_AWS_IoT_demo by attiot

Embed: (wiki syntax)

« Back to documentation index

MQTTwillOptions Struct Reference

MQTTwillOptions Struct Reference

Last Will and Testament Definition. More...

#include <aws_iot_mqtt_interface.h>

Data Fields

const char * pTopicName
 LWT Topic.
const char * pMessage
 Message to be delivered as LWT.
bool isRetained
 NOT supported.
QoSLevel qos
 QoS of LWT message.

Detailed Description

Last Will and Testament Definition.

Defining a type for LWT parameters.

Note:
Retained messages are NOT supported by the AWS IoT Service at the time of this SDK release.

Definition at line 60 of file aws_iot_mqtt_interface.h.


Field Documentation

bool isRetained

NOT supported.

Definition at line 63 of file aws_iot_mqtt_interface.h.

const char* pMessage

Message to be delivered as LWT.

Definition at line 62 of file aws_iot_mqtt_interface.h.

const char* pTopicName

LWT Topic.

Definition at line 61 of file aws_iot_mqtt_interface.h.

QoS of LWT message.

Definition at line 64 of file aws_iot_mqtt_interface.h.