Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BufferedSoftSerial SDFileSystem
Fork of ATT_AWS_IoT_demo by
jsonStruct Struct Reference
This is the struct form of a JSON Key value pair. More...
#include <aws_iot_shadow_json_data.h>
Data Fields | |
const char * | pKey |
JSON key. | |
void * | pData |
pointer to the data (JSON value) | |
JsonPrimitiveType | type |
type of JSON | |
jsonStructCallback_t | cb |
callback to be executed on receiving the Key value pair |
Detailed Description
This is the struct form of a JSON Key value pair.
Definition at line 58 of file aws_iot_shadow_json_data.h.
Field Documentation
callback to be executed on receiving the Key value pair
Definition at line 62 of file aws_iot_shadow_json_data.h.
void* pData |
pointer to the data (JSON value)
Definition at line 60 of file aws_iot_shadow_json_data.h.
const char* pKey |
JSON key.
Definition at line 59 of file aws_iot_shadow_json_data.h.
type of JSON
Definition at line 61 of file aws_iot_shadow_json_data.h.
Generated on Tue Jul 12 2022 18:38:02 by
