Analog Devices Wi-Fi Software Reference Manual
Release 1.0.0
|
#include <MQTTConnect.h>
Public Attributes | |
char | struct_id [4] |
int | struct_version |
MQTTString | topicName |
MQTTString | message |
unsigned char | retained |
char | qos |
Defines the MQTT "Last Will and Testament" (LWT) settings for the connect packet.
MQTTString MQTTPacket_willOptions::message |
The LWT payload.
char MQTTPacket_willOptions::qos |
The quality of service setting for the LWT message (see MQTTAsync_message.qos and qos).
unsigned char MQTTPacket_willOptions::retained |
The retained flag for the LWT message (see MQTTAsync_message.retained).
char MQTTPacket_willOptions::struct_id[4] |
The eyecatcher for this structure. must be MQTW.
int MQTTPacket_willOptions::struct_version |
The version number of this structure. Must be 0
MQTTString MQTTPacket_willOptions::topicName |
The LWT topic to which the LWT message will be published.