_MqttAuth
#include <mqtt_packet.h>
Public Attributes
| Name | |
|---|---|
| MqttMsgStat | stat |
| MqttPendResp | pendResp |
| byte | reason_code |
| MqttProp * | props |
Public Attributes Documentation
variable stat
MqttMsgStat stat;
variable pendResp
MqttPendResp pendResp;
variable reason_code
byte reason_code;
variable props
MqttProp * props;
Updated on 2026-07-14 at 09:10:06 +0000