_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-22 at 19:25:17 +0000