mbed Connector Endpoint interface. This interface permits a mbed endpoint to easily setup MDS resources and emit those resources to an MDS server.

Dependents:   IoT_LED_demo ServoTest uWater_Project hackathon ... more

Revision:
12:c068a2d3e8fe
Parent:
8:b518d1c01df1
Child:
16:383ad1356963
--- a/api/ConnectorEndpoint.h	Mon Feb 02 06:12:17 2015 +0000
+++ b/api/ConnectorEndpoint.h	Mon Feb 02 06:36:58 2015 +0000
@@ -74,9 +74,6 @@
     Logger         *m_logger;
     Options        *m_options;
     
-    // initialize the NSDL network
-    void initNetwork();
-
     // access the logger
     Logger *logger();
 };