nRF5 IoT SDK
v0.9.0
|
Abstracts MQTT UTF-8 encoded topic that can be subscribed to or published. More...
#include <mqtt.h>
Data Fields | |
mqtt_utf8_t | topic |
uint8_t | qos |
Abstracts MQTT UTF-8 encoded topic that can be subscribed to or published.
uint8_t mqtt_topic_t::qos |
Quality of service requested for the subscription. mqtt_qos_t for details.
mqtt_utf8_t mqtt_topic_t::topic |
Topic on to be published or subscribed to.