|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Abstracts MQTT UTF-8 encoded topic that can be subscribed to or published. More...
#include <zephyr/net/mqtt.h>
Data Fields | |
| struct mqtt_utf8 | topic |
| Topic on to be published or subscribed to. | |
| uint8_t | qos |
| Quality of service requested for the subscription. | |
| uint8_t | no_local |
| MQTT 5.0, chapter 3.8.3.1 No Local subscription option. | |
| uint8_t | retain_as_published |
| MQTT 5.0, chapter 3.8.3.1 Retain As Published subscription option. | |
| uint8_t | retain_handling |
| MQTT 5.0, chapter 3.8.3.1 Retain Handling subscription option. | |
Abstracts MQTT UTF-8 encoded topic that can be subscribed to or published.
| uint8_t mqtt_topic::no_local |
MQTT 5.0, chapter 3.8.3.1 No Local subscription option.
| uint8_t mqtt_topic::retain_as_published |
MQTT 5.0, chapter 3.8.3.1 Retain As Published subscription option.
| uint8_t mqtt_topic::retain_handling |
MQTT 5.0, chapter 3.8.3.1 Retain Handling subscription option.
| struct mqtt_utf8 mqtt_topic::topic |
Topic on to be published or subscribed to.