Demo application for using the AT&T IoT Starter Kit Powered by AWS.

Dependencies:   SDFileSystem

Fork of ATT_AWS_IoT_demo by Anthony Phillips

Embed: (wiki syntax)

« Back to documentation index

jsonStruct Struct Reference

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.