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:
- 55:fdb11bfada5f
- Parent:
- 54:dfee8691c83a
--- a/mbed-connector-interface/OptionsBuilder.h Tue Aug 09 17:18:49 2016 +0000 +++ b/mbed-connector-interface/OptionsBuilder.h Tue Aug 09 18:44:58 2016 +0000 @@ -155,12 +155,6 @@ @param auth_key input the WiFi AuthKey */ OptionsBuilder &setWiFiAuthKey(char *auth_key); - - /** - Set the 802.15.4 Mesh Type - @param mesh_type input the 802.15.4 mesh type - */ - OptionsBuilder &setMeshType(MeshTypes mesh_type); /** Set the CoAP Connection Type