Dilbert
Firmware for the Dilbert interactive badge.
|
Interface for configuration storage. More...
#include <IConfigStorage.h>
Public Member Functions | |
virtual bool | save (SystemConfigData *data)=0 |
Saves a system configuration. More... | |
virtual bool | load (SystemConfigData *data)=0 |
Loads a system configuration. More... | |
Interface for configuration storage.
|
pure virtual |
Loads a system configuration.
data | Pointer to a system data to store loaded values in |
Implemented in SPIFFSConfigService.
|
pure virtual |
Saves a system configuration.
data | Pointer to a system data to save |
Implemented in SPIFFSConfigService.