AWS IoT for ESP32 v1.0.0
An ESP-IDF based solution
tagStructure_st Struct Reference

A structure to represent key-value pairs in a JSON string. More...

#include <lib_json.h>

Data Fields

char keyStr [LENGTH_KEY_SIZE]
 
char * pValueStr
 

Detailed Description

A structure to represent key-value pairs in a JSON string.

Field Documentation

◆ keyStr

char tagStructure_st::keyStr[LENGTH_KEY_SIZE]

A key

◆ pValueStr

char* tagStructure_st::pValueStr

Value associated with the key


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