_MqttMessage
#include <mqtt_packet.h>
Public Attributes
Public Attributes Documentation
variable stat
MqttMsgStat stat;
variable pendResp
MqttPendResp pendResp;
variable packet_id
word16 packet_id;
variable type
byte type;
variable qos
MqttQoS qos;
variable retain
byte retain;
variable duplicate
byte duplicate;
variable topic_type
byte topic_type;
variable return_code
byte return_code;
variable topic_name
const char * topic_name;
variable topic_name_len
word16 topic_name_len;
variable total_len
word32 total_len;
variable buffer
byte * buffer;
variable buffer_len
word32 buffer_len;
variable buffer_pos
word32 buffer_pos;
variable buffer_new
byte buffer_new;
variable intBuf_len
word32 intBuf_len;
variable intBuf_pos
word32 intBuf_pos;
variable ctx
void * ctx;
variable resp
MqttPublishResp resp;
variable props
MqttProp * props;
variable protocol_level
byte protocol_level;
variable intBuf_cb_len
word32 intBuf_cb_len;
Updated on 2026-07-22 at 19:25:17 +0000