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:
- 19:56f958475694
- Parent:
- 10:3f79b5e67c22
- Child:
- 27:b8aaf7dc7023
diff -r 996d04762f32 -r 56f958475694 source/Options.cpp --- 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