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/OptionsBuilder.cpp
- Revision:
- 22:68fcdc40b397
- Parent:
- 17:defb680f8fce
- Child:
- 27:b8aaf7dc7023
--- a/source/OptionsBuilder.cpp Fri Jun 10 19:35:59 2016 +0000 +++ b/source/OptionsBuilder.cpp Fri Jun 10 19:39:48 2016 +0000 @@ -305,4 +305,9 @@ return *this; } +// set our endpoint +void OptionsBuilder::setEndpoint(void *endpoint) { + this->m_endpoint = endpoint; +} + } // namespace Connector