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:
19:e2cbaeeea509
Parent:
15:8ada80242804
Child:
48:4b9ee3e32f93
--- a/api/Options.cpp	Wed Feb 18 19:40:13 2015 +0000
+++ b/api/Options.cpp	Tue Feb 24 02:05:06 2015 +0000
@@ -120,4 +120,14 @@
     return this->m_wifi_auth_key;
 }
 
+// 802.15.4 Network ID
+string Options::getNetworkID() {
+    return this->m_network_id;
+}
+
+// 802.15.4 Network ID
+uint8_t Options::getRadioChannel() {
+    return this->m_channel;
+}
+
 } // namespace Connector