_SN_Will
#include <mqtt_packet.h>
Public Attributes
| Name | |
|---|---|
| MqttMsgStat | stat |
| MqttPendResp | pendResp |
| byte | qos |
| byte | retain |
| const char * | willTopic |
| byte * | willMsg |
| word16 | willMsgLen |
| SN_WillResp | resp |
Public Attributes Documentation
variable stat
MqttMsgStat stat;
variable pendResp
MqttPendResp pendResp;
variable qos
byte qos;
variable retain
byte retain;
variable willTopic
const char * willTopic;
variable willMsg
byte * willMsg;
variable willMsgLen
word16 willMsgLen;
variable resp
SN_WillResp resp;
Updated on 2026-07-14 at 09:10:06 +0000