Official reference client implementation for Cumulocity SmartREST on u-blox C027.

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Vincent Wochnik

Revision:
68:0dc778a16d0d
Parent:
67:c360a2b2c948
Child:
97:ea056f6be2e8
--- a/io/DeviceMemory.h	Sun Nov 30 19:34:49 2014 +0000
+++ b/io/DeviceMemory.h	Sat Dec 06 19:47:23 2014 +0000
@@ -21,6 +21,15 @@
     /** removes credentials from persistent memory */
     bool resetPlatformCredentials();
     
+    /** loads configuration from persistent memory */
+    bool loadConfiguration(char*, size_t);
+    
+    /** saves configuration to persistent memory */
+    bool saveConfiguration(char*);
+    
+    /** removes configuration from persistent memory */
+    bool resetConfiguration();
+
 private:
     MDMSerial& _mdm;
 };