Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
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
 
uint8_t qos
 

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: