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/Options.h
- Revision:
- 54:dfee8691c83a
- Parent:
- 49:c603a22495bb
- Child:
- 55:fdb11bfada5f
--- a/mbed-connector-interface/Options.h Mon Aug 08 19:02:00 2016 +0000 +++ b/mbed-connector-interface/Options.h Tue Aug 09 17:18:49 2016 +0000 @@ -118,11 +118,6 @@ Get the node type */ string getEndpointType(); - - /** - Get the mbed registration update period - */ - int getRegUpdatePeriod(); /** Get the endpoint Connector URL @@ -168,21 +163,6 @@ Get the WiFi Auth Key */ string getWiFiAuthKey(); - - /** - Get the 802.15.4 Pre Shared Key - */ - unsigned char *getPreSharedKey(); - - /** - Get the 802.15.4 Pre Shared Key Identity - */ - unsigned char *getPreSharedKeyIdentity(); - - /** - Get the 802.15.14 Mesh Type - */ - MeshTypes getMeshType(); /** Get the CoAP Connection Type @@ -245,7 +225,6 @@ string m_domain; string m_node_name; string m_endpoint_type; - int m_reg_update_period; string m_connector_url; // WiFi Resources @@ -258,11 +237,6 @@ // IP Address Types IPAddressTypes m_ip_address_type; - - // 802.15.4 Resources - unsigned char m_psk[16]; - unsigned char m_psk_identity[2]; - MeshTypes m_mesh_type; // DTLS/TLS Resources uint8_t *m_server_cert;