Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
|
4.1.99 |
Common MQTT 5.0 properties shared across all ack-type messages. More...
#include <mqtt.h>
Data Fields | ||
struct mqtt_utf8_pair | user_prop [CONFIG_MQTT_USER_PROPERTIES_MAX] | |
MQTT 5.0, chapter 3.4.2.2.3 User Property. | ||
struct mqtt_utf8 | reason_string | |
MQTT 5.0, chapter 3.4.2.2.2 Reason String. | ||
struct { | ||
bool has_reason_string | ||
Reason String property was present. More... | ||
bool has_user_prop | ||
User Property property was present. More... | ||
} | rx | |
Flags indicating whether given property was present in received packet. | ||
Common MQTT 5.0 properties shared across all ack-type messages.
bool mqtt_common_ack_properties::has_reason_string |
Reason String property was present.
bool mqtt_common_ack_properties::has_user_prop |
User Property property was present.
struct mqtt_utf8 mqtt_common_ack_properties::reason_string |
MQTT 5.0, chapter 3.4.2.2.2 Reason String.
struct { ... } mqtt_common_ack_properties::rx |
Flags indicating whether given property was present in received packet.
struct mqtt_utf8_pair mqtt_common_ack_properties::user_prop[CONFIG_MQTT_USER_PROPERTIES_MAX] |
MQTT 5.0, chapter 3.4.2.2.3 User Property.