An application to log WiFi SSIDs for position lookup testing
Dependencies: C027_Support SWO mbed-rtos mbed picojson
Fork of lpc4088_ebb_ublox_Cellular_PubNubDemo_rtos by
DeviceMemory Class Reference
Device Memory storage handler. More...
#include <DeviceMemory.h>
Public Member Functions | |
| bool | loadConfiguration (char *, size_t) |
| loads configuration from persistent memory | |
| bool | saveConfiguration (char *) |
| saves configuration to persistent memory | |
| bool | resetConfiguration () |
| removes configuration from persistent memory | |
Detailed Description
Device Memory storage handler.
Definition at line 9 of file DeviceMemory.h.
Member Function Documentation
| bool loadConfiguration | ( | char * | cfg, |
| size_t | len | ||
| ) |
loads configuration from persistent memory
Definition at line 13 of file DeviceMemory.cpp.
| bool resetConfiguration | ( | ) |
removes configuration from persistent memory
Definition at line 34 of file DeviceMemory.cpp.
| bool saveConfiguration | ( | char * | cfg ) |
saves configuration to persistent memory
Definition at line 24 of file DeviceMemory.cpp.
Generated on Sun Jul 17 2022 02:39:36 by
1.7.2
Richard Osterloh
