mbed Connector Interface simplification API on top of mbed-client
Fork of mbedConnectorInterfaceV3 by
NOTE:
This repo has been replaced with https://github.com/ARMmbed/mbedConnectorInterface. No further updates will occur with this repo. Please use the github repo instead. Thanks!
Diff: mbed-connector-interface/OptionsBuilder.h
- Revision:
- 54:dfee8691c83a
- Parent:
- 49:c603a22495bb
- Child:
- 55:fdb11bfada5f
--- a/mbed-connector-interface/OptionsBuilder.h Mon Aug 08 19:02:00 2016 +0000 +++ b/mbed-connector-interface/OptionsBuilder.h Tue Aug 09 17:18:49 2016 +0000 @@ -79,13 +79,6 @@ OptionsBuilder &setEndpointType(const char *endpoint_type); /** - Set the mbed Registration Update Period - @param rd_update_period_ms input the NSDL read update period (in ms) - @return instance to ourself - */ - OptionsBuilder &setRegUpdatePeriod(const int reg_update_period_ms); - - /** Set the Connector URL @param url input the Connector URL @return instance to ourself @@ -162,18 +155,6 @@ @param auth_key input the WiFi AuthKey */ OptionsBuilder &setWiFiAuthKey(char *auth_key); - - /** - Set the 802.15.4 Pre Shared Key - @param psk input the 802.15.4 mesh pre shared key - */ - OptionsBuilder &setPreSharedKey(unsigned char psk[16]); - - /** - Set the 802.15.4 Pre Shared Key Identity - @param psk_identity input the 802.15.4 mesh pre shared key Identity - */ - OptionsBuilder &setPreSharedKeyIdentity(unsigned char psk_identity[2]); /** Set the 802.15.4 Mesh Type