_MqttConnectAck
#include <mqtt_packet.h>
Public Attributes
| Name | |
|---|---|
| MqttMsgStat | stat |
| byte | flags |
| byte | return_code |
| MqttProp * | props |
| byte | protocol_level |
Public Attributes Documentation
variable stat
MqttMsgStat stat;
variable flags
byte flags;
variable return_code
byte return_code;
variable props
MqttProp * props;
variable protocol_level
byte protocol_level;
Updated on 2026-07-22 at 19:25:17 +0000