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:
- 20:90964c5070e1
- Parent:
- 19:56f958475694
- Child:
- 27:b8aaf7dc7023
--- a/mbed-connector-interface/Options.h Fri Jun 10 19:27:24 2016 +0000 +++ b/mbed-connector-interface/Options.h Fri Jun 10 19:29:07 2016 +0000 @@ -279,6 +279,9 @@ StaticResourcesList m_static_resources; DynamicResourcesList m_dynamic_resources; ResourceObserversList m_resource_observers; + + // Our Endpoint + void *m_endpoint; }; } // namespace Connector