コンテンツにスキップ

_SN_Connect

#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
SN_Will will
SN_ConnectAck ack

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 will

SN_Will will;

variable ack

SN_ConnectAck ack;

Updated on 2026-07-14 at 09:10:06 +0000