Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mqtt_topic Struct Reference

Abstracts MQTT UTF-8 encoded topic that can be subscribed to or published. More...

#include <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.
 

Detailed Description

Abstracts MQTT UTF-8 encoded topic that can be subscribed to or published.

Field Documentation

◆ qos

uint8_t mqtt_topic::qos

Quality of service requested for the subscription.

mqtt_qos for details.

◆ topic

struct mqtt_utf8 mqtt_topic::topic

Topic on to be published or subscribed to.


The documentation for this struct was generated from the following file: