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:
47:fa96ddc36f04
Parent:
43:361a61395588
Child:
54:d315b7c0a7a3
--- a/Resource.h	Sat Mar 01 16:10:08 2014 +0000
+++ b/Resource.h	Sat Mar 01 17:01:46 2014 +0000
@@ -27,7 +27,7 @@
         ErrorHandler *m_error_handler;
         char          m_name[RESOURCE_NAME_LEN+1];
         char          m_value[RESOURCE_VALUE_LEN+1];
-        char         *m_endpoint_name;
+        char          m_endpoint_name[LIGHT_NAME_LEN+1];
         void         *m_cb;
         void         *m_io;