_MqttUnsubscribeAck
#include <mqtt_packet.h>
Public Attributes
| Name | |
|---|---|
| MqttMsgStat | stat |
| word16 | packet_id |
| MqttProp * | props |
| byte * | reason_codes |
| 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 protocol_level
byte protocol_level;
Updated on 2026-07-14 at 09:10:06 +0000