Demo application for using the AT&T IoT Starter Kit Powered by AWS.
Dependencies: SDFileSystem
Fork of ATT_AWS_IoT_demo by
MQTTPacket_willOptions Struct Reference
Defines the MQTT "Last Will and Testament" (LWT) settings for the connect packet. More...
#include <MQTTConnect.h>
Data Fields | |
char | struct_id [4] |
The eyecatcher for this structure. | |
uint8_t | struct_version |
The version number of this structure. | |
MQTTString | topicName |
The LWT topic to which the LWT message will be published. | |
MQTTString | message |
The LWT payload. | |
uint8_t | retained |
The retained flag for the LWT message (see MQTTAsync_message.retained). | |
QoS | qos |
The quality of service setting for the LWT message (see MQTTAsync_message.qos and qos). |
Detailed Description
Defines the MQTT "Last Will and Testament" (LWT) settings for the connect packet.
Definition at line 62 of file MQTTConnect.h.
Field Documentation
MQTTString message |
The LWT payload.
Definition at line 70 of file MQTTConnect.h.
QoS qos |
The quality of service setting for the LWT message (see MQTTAsync_message.qos and qos).
Definition at line 79 of file MQTTConnect.h.
uint8_t retained |
The retained flag for the LWT message (see MQTTAsync_message.retained).
Definition at line 74 of file MQTTConnect.h.
char struct_id[4] |
uint8_t struct_version |
MQTTString topicName |
The LWT topic to which the LWT message will be published.
Definition at line 68 of file MQTTConnect.h.
Generated on Tue Jul 12 2022 22:13:21 by 1.7.2