mbedConnectorInterface back port from mbedOS v3 using mbed-client C++ call interface
Diff: source/Options.cpp
- Revision:
- 19:56f958475694
- Parent:
- 10:3f79b5e67c22
--- a/source/Options.cpp Fri Jun 10 19:24:08 2016 +0000 +++ b/source/Options.cpp Fri Jun 10 19:27:24 2016 +0000 @@ -180,4 +180,9 @@ return this->m_client_key_length; } +// Get our Endpoint +void *Options::getEndpoint() { + return this->m_endpoint; +} + } // namespace Connector