_MqttPacket
#include <mqtt_packet.h>
Public Attributes
| Name | |
|---|---|
| byte | type_flags |
| byte[MQTT_PACKET_MAX_LEN_BYTES] | len |
Public Attributes Documentation
variable type_flags
byte type_flags;
variable len
byte[MQTT_PACKET_MAX_LEN_BYTES] len;
Updated on 2026-07-14 at 09:10:06 +0000