_MqttProp
#include <mqtt_packet.h>
Public Attributes
| Name | |
|---|---|
| struct _MqttProp * | next |
| MqttPropertyType | type |
| byte | data_byte |
| word16 | data_short |
| word32 | data_int |
| struct _MqttProp_Str | data_str |
| struct _MqttProp_Bin | data_bin |
| struct _MqttProp_Str | data_str2 |
Public Attributes Documentation
variable next
struct _MqttProp * next;
variable type
MqttPropertyType type;
variable data_byte
byte data_byte;
variable data_short
word16 data_short;
variable data_int
word32 data_int;
variable data_str
struct _MqttProp_Str data_str;
variable data_bin
struct _MqttProp_Bin data_bin;
variable data_str2
struct _MqttProp_Str data_str2;
Updated on 2026-07-14 at 09:10:06 +0000