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/DynamicResource.cpp
- Revision:
- 54:dfee8691c83a
- Parent:
- 45:db754b994deb
- Child:
- 91:179b5cb420de
diff -r d2f9f94b6000 -r dfee8691c83a source/DynamicResource.cpp --- a/source/DynamicResource.cpp Mon Aug 08 19:02:00 2016 +0000 +++ b/source/DynamicResource.cpp Tue Aug 09 17:18:49 2016 +0000 @@ -476,4 +476,9 @@ // return our endpoint registration state return is_registered; +} + +// get our observer +void *DynamicResource::getObserver() { + return this->m_observer; } \ No newline at end of file