_SN_Unsubscribe
#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_UnsubscribeAck | ack |
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 ack
SN_UnsubscribeAck ack;
Updated on 2026-07-14 at 09:10:06 +0000