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:
43:361a61395588
Parent:
40:eae89a487d86
Child:
47:fa96ddc36f04
--- a/Resource.h	Sat Mar 01 07:43:09 2014 +0000
+++ b/Resource.h	Sat Mar 01 08:21:12 2014 +0000
@@ -40,6 +40,7 @@
         char *getName();
         void  setName(char *name);
         char *getValue();
+        char *getValuePointer();
         void  setValue(char *value);
                 
         virtual void plumb(char *endpoint_name,char *name);