_MqttSubscribe
#include <mqtt_packet.h>
Public Attributes
| Name | |
|---|---|
| MqttMsgStat | stat |
| MqttPendResp | pendResp |
| word16 | packet_id |
| int | topic_count |
| MqttTopic * | topics |
| MqttSubscribeAck | ack |
| MqttProp * | props |
| byte | protocol_level |
Public Attributes Documentation
variable stat
MqttMsgStat stat;
variable pendResp
MqttPendResp pendResp;
variable packet_id
word16 packet_id;
variable topic_count
int topic_count;
variable topics
MqttTopic * topics;
variable ack
MqttSubscribeAck ack;
variable props
MqttProp * props;
variable protocol_level
byte protocol_level;
Updated on 2026-07-14 at 09:10:06 +0000