mbed Connector Interface simplification API on top of mbed-client

Fork of mbedConnectorInterfaceV3 by Doug Anson

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!

Revision:
54:dfee8691c83a
Parent:
28:cf32aa9842ce
--- a/mbed-connector-interface/DynamicResource.h	Mon Aug 08 19:02:00 2016 +0000
+++ b/mbed-connector-interface/DynamicResource.h	Tue Aug 09 17:18:49 2016 +0000
@@ -180,6 +180,11 @@
     Determine if we are registered or not
     */
     bool isRegistered();
+    
+    /** 
+    Get our Observer
+    */
+    void *getObserver(); 
 
 protected:
     int               notify(uint8_t *data,int data_length);