_MqttConnect
#include <mqtt_packet.h>
Public Attributes
| Name | |
|---|---|
| MqttMsgStat | stat |
| MqttPendResp | pendResp |
| word16 | keep_alive_sec |
| byte | clean_session |
| const char * | client_id |
| byte | protocol_level |
| byte | enable_lwt |
| struct _MqttMessage * | lwt_msg |
| const char * | username |
| const char * | password |
| MqttConnectAck | ack |
| MqttProp * | props |
Public Attributes Documentation
variable stat
MqttMsgStat stat;
variable pendResp
MqttPendResp pendResp;
variable keep_alive_sec
word16 keep_alive_sec;
variable clean_session
byte clean_session;
variable client_id
const char * client_id;
variable protocol_level
byte protocol_level;
variable enable_lwt
byte enable_lwt;
variable lwt_msg
struct _MqttMessage * lwt_msg;
variable username
const char * username;
variable password
const char * password;
variable ack
MqttConnectAck ack;
variable props
MqttProp * props;
Updated on 2026-07-14 at 09:10:06 +0000