Core Base Classes for the Light Endpoints

Dependencies:   BufferedSerial

Dependents:   mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet ... more

Revision:
10:62107616fc6c
Parent:
8:d7ea38b0e131
Child:
21:cfdaee0a2b50
diff -r 90fadae5489a -r 62107616fc6c ResourceFactory.h
--- a/ResourceFactory.h	Tue Feb 25 05:27:29 2014 +0000
+++ b/ResourceFactory.h	Tue Feb 25 07:33:45 2014 +0000
@@ -43,6 +43,7 @@
         
         virtual void createResources(char *endpoint_name);           
         char *getResourceValue(char *name);
+        void setResourceValue(char *name, char *value);
         
    protected:     
         virtual void createResource(char *endpoint_name,char *name,char *value,void *internals);