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:
121:dfe65a93f26b
Parent:
105:aeaaee8fbb1d
Child:
125:4bf229bf14a3
--- a/mbed-connector-interface/mbedConnectorInterface.h	Thu Jun 01 17:19:50 2017 +0000
+++ b/mbed-connector-interface/mbedConnectorInterface.h	Mon Jun 05 21:28:42 2017 +0000
@@ -94,6 +94,10 @@
 
 // Default context address string for mbed-client
 #define	CONTEXT_ADDRESS_STRING				""
+
+// Uncomment (and implement) for Update authorization and progress handlers
+//#define ENABLE_UPDATE_AUTHORIZE_HANDLER		true	// MUST go into ConnectorEndpoint.cpp and implement... otherwise, update request will not get serviced.
+//#define ENALBE_UPDATE_PROGRESS_HANDLER		true
  
 /************** DEFAULT CONFIGURATION PARAMETERS  ************************/