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: source/Options.cpp
- Revision:
- 54:dfee8691c83a
- Parent:
- 49:c603a22495bb
--- a/source/Options.cpp Mon Aug 08 19:02:00 2016 +0000 +++ b/source/Options.cpp Tue Aug 09 17:18:49 2016 +0000 @@ -67,12 +67,6 @@ return this->m_endpoint_type; } -// mbed Registation update period -int Options::getRegUpdatePeriod() -{ - return this->m_reg_update_period; -} - // Connector URL char *Options::getConnectorURL() { @@ -124,21 +118,6 @@ return this->m_wifi_auth_key; } -// 802.15.4 Pre Shared Key -unsigned char *Options::getPreSharedKey() { - return this->m_psk; -} - -// 802.15.4 Pre Shared Key Identity -unsigned char *Options::getPreSharedKeyIdentity() { - return this->m_psk_identity; -} - -// 802.15.4 Mesh Type -MeshTypes Options::getMeshType() { - return this->m_mesh_type; -} - // CoAP Connection Type CoAPConnectionTypes Options::getCoAPConnectionType() { return this->m_coap_connection_type;