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:
46:62da4ce20276
Child:
71:5069a202e892
--- a/mbed-connector-interface/ConnectorEndpoint.h	Mon Aug 08 19:02:00 2016 +0000
+++ b/mbed-connector-interface/ConnectorEndpoint.h	Tue Aug 09 17:18:49 2016 +0000
@@ -193,6 +193,9 @@
     
 	// DynamicResource Lookup
 	DynamicResource *lookupDynamicResource(M2MBase *base);
+	
+	// stop underlying observers
+    void stopObservations();
 };
 
 } // namespace Connector