Virgil IoT KIT
Data Fields
vs_cloud_mb_topics_list_t Struct Reference

List of available topics. More...

#include <cloud.h>

Data Fields

char * topic_list
 Text string with all topics. More...
 
uint16_t * topic_len_list
 List for each topis size. More...
 
size_t topic_count
 Topics amount for topic_list and topic_len_list. More...
 

Detailed Description

List of available topics.

This structure contains list of topics to be subscribed.

Field Documentation

◆ topic_count

size_t vs_cloud_mb_topics_list_t::topic_count

Topics amount for topic_list and topic_len_list.

◆ topic_len_list

uint16_t* vs_cloud_mb_topics_list_t::topic_len_list

List for each topis size.

◆ topic_list

char* vs_cloud_mb_topics_list_t::topic_list

Text string with all topics.


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