CloudConfigRK
Data Fields
CloudConfigData< SIZE > Struct Template Reference

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.
 

Detailed Description

template<size_t SIZE>
struct CloudConfigData< SIZE >

Structure containing both the data and a compile-time set number of bytes of space to reserve for configuration JSON data.

Parameters
SIZEthe size of the data in bytes. The total structure will be sizeof(CloudConfigDataHeader) + SIZE

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