コンテンツにスキップ

_MqttMessage

#include <mqtt_packet.h>

Public Attributes

Name
MqttMsgStat stat
MqttPendResp pendResp
word16 packet_id
byte type
MqttQoS qos
byte retain
byte duplicate
byte topic_type
byte return_code
const char * topic_name
word16 topic_name_len
word32 total_len
byte * buffer
word32 buffer_len
word32 buffer_pos
byte buffer_new
word32 intBuf_len
word32 intBuf_pos
void * ctx
MqttPublishResp resp
MqttProp * props
byte protocol_level

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;

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