CloudConfigRK
|
Structure containing both the data and a compile-time set number of bytes of space to reserve for configuration JSON data. More...
#include <CloudConfigRK.h>
Data Fields | |
CloudConfigDataHeader | header |
The data header (20 bytes) including magic bytes and version information. | |
char | jsonData [SIZE] |
The JSON data goes here. The maximum length is SIZE - 1 characters, as it is always null terminated. | |
Structure containing both the data and a compile-time set number of bytes of space to reserve for configuration JSON data.
SIZE | the size of the data in bytes. The total structure will be sizeof(CloudConfigDataHeader) + SIZE |