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:
56:604a75f111fd
Parent:
54:d315b7c0a7a3
Child:
125:979332edc1c2
--- a/Resource.h	Sun Mar 02 18:07:26 2014 +0000
+++ b/Resource.h	Sun Mar 02 21:41:27 2014 +0000
@@ -42,6 +42,7 @@
         char *getValue();
         char *getValuePointer();
         void  setValue(char *value);
+        void  setValue(char *value,int length);
                 
         virtual void plumb(char *endpoint_name,char *name);
         virtual void extract(char *name);
@@ -51,7 +52,7 @@
         void setIO(void *io);
     
     protected:
-        char *endpoint();
+        char *getEndpointName();
         void  setCallbackPointer(void *cb);