Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BufferedSoftSerial SDFileSystem
Fork of ATT_AWS_IoT_demo by
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.
Generated on Tue Jul 12 2022 18:38:02 by
