MqttSnClientTopicEntry Struct Reference

Mapping between a topic name and a topic ID. More...

#include <mqtt_sn_client.h>

Data Fields

char_t topicName [MQTT_SN_CLIENT_MAX_TOPIC_NAME_LEN+1]
 Topic name. More...
 
uint16_t topicId
 Topic identifier. More...
 

Detailed Description

Mapping between a topic name and a topic ID.

Definition at line 216 of file mqtt_sn_client.h.

Field Documentation

◆ topicId

uint16_t topicId

Topic identifier.

Definition at line 219 of file mqtt_sn_client.h.

◆ topicName

Topic name.

Definition at line 218 of file mqtt_sn_client.h.


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