Skip to content

_MqttUnsubscribeAck

#include <mqtt_packet.h>

Public Attributes

Name
MqttMsgStat stat
word16 packet_id
MqttProp * props
byte * reason_codes
word16 reason_code_count
byte protocol_level

Public Attributes Documentation

variable stat

MqttMsgStat stat;

variable packet_id

word16 packet_id;

variable props

MqttProp * props;

variable reason_codes

byte * reason_codes;

variable reason_code_count

word16 reason_code_count;

variable protocol_level

byte protocol_level;

Updated on 2026-07-22 at 19:25:17 +0000