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

Defining a type for LWT parameters.

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