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:
42:20c375e74e8e
--- a/api/OptionsBuilder.h	Wed Feb 18 19:40:13 2015 +0000
+++ b/api/OptionsBuilder.h	Tue Feb 24 02:05:06 2015 +0000
@@ -148,6 +148,18 @@
     OptionsBuilder &setWiFiAuthKey(char *auth_key);
     
     /**
+    Set the 802.15.4 Network ID
+    @param network_id input the 802.15.4 mesh Network ID
+    */
+    OptionsBuilder &setNetworkID(char *network_id);
+    
+    /**
+    Set the 802.15.4 Radio Channel
+    @param channel input the 802.15.4 radio channel
+    */
+    OptionsBuilder &setRadioChannel(int channel);
+    
+    /**
     Build our our immutable self
     */
     Options *build();