Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: IoT_LED_demo ServoTest uWater_Project hackathon ... more
Diff: api/OptionsBuilder.h
- 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();
