nRF5 SDK v16.0.0
Data Fields
mqtt_topic_t Struct Reference

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
 

Detailed Description

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

Field Documentation

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.


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

Documentation feedback | Developer Zone | Subscribe | Updated