_SN_Subscribe
#include <mqtt_packet.h>
Public Attributes
| Name | |
|---|---|
| MqttMsgStat | stat |
| MqttPendResp | pendResp |
| byte | duplicate |
| byte | qos |
| word16 | packet_id |
| byte | topic_type |
| const char * | topicNameId |
| SN_SubAck | subAck |
Public Attributes Documentation
variable stat
MqttMsgStat stat;
variable pendResp
MqttPendResp pendResp;
variable duplicate
byte duplicate;
variable qos
byte qos;
variable packet_id
word16 packet_id;
variable topic_type
byte topic_type;
variable topicNameId
const char * topicNameId;
variable subAck
SN_SubAck subAck;
Updated on 2026-07-14 at 09:10:06 +0000