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:
96:73a85768f235
Parent:
87:00b3837986c7
Child:
98:56e429670fdb
--- a/mbed-connector-interface/ConnectorEndpoint.h	Thu Apr 20 19:17:47 2017 +0000
+++ b/mbed-connector-interface/ConnectorEndpoint.h	Thu Apr 20 20:11:52 2017 +0000
@@ -220,7 +220,9 @@
 	void 			 createEndpointInterface();
 	
 #ifdef ENABLE_MBED_CLOUD_SUPPORT
-	// mbed-client methods
+	// mbed-cloud methods (R1.2+)
+	bool			 initializeStorage();
+	bool			 initializeFactoryFlow();
     void 			 createCloudEndpointInterface();
 #else
 	// mbed-client methods