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:
4:84159d67d32d
Parent:
2:853f9ecc12df
Child:
15:8ada80242804
--- a/api/Options.cpp	Wed Jan 28 11:52:09 2015 +0000
+++ b/api/Options.cpp	Wed Jan 28 12:11:22 2015 +0000
@@ -70,7 +70,7 @@
 }
 
 // NODE Radio Channel List
-uint32_t Options::setRadioChannelList()
+uint32_t Options::getRadioChannelList()
 {
     return this->m_channel_list;
 }
@@ -88,7 +88,7 @@
 }
 
 // NODE MAC Address
-uint8_t *Options::setMACAddress()
+uint8_t *Options::getMACAddress()
 {
     return this->m_mac_address;
 }