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:
48:4b9ee3e32f93
Parent:
19:e2cbaeeea509
--- a/api/Options.cpp	Sun Apr 12 04:00:53 2015 +0000
+++ b/api/Options.cpp	Mon Apr 13 23:41:34 2015 +0000
@@ -130,4 +130,14 @@
     return this->m_channel;
 }
 
+// Immediate Observationing Enabled
+bool Options::immedateObservationEnabled() {
+    return this->m_enable_immediate_observation;
+}
+    
+// Enable/Disable Observation control via GET
+bool Options::enableGETObservationControl() {
+    return this->m_enable_get_obs_control;
+}
+
 } // namespace Connector