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:
22:68fcdc40b397
Parent:
10:3f79b5e67c22
Child:
27:b8aaf7dc7023
--- a/mbed-connector-interface/OptionsBuilder.h	Fri Jun 10 19:35:59 2016 +0000
+++ b/mbed-connector-interface/OptionsBuilder.h	Fri Jun 10 19:39:48 2016 +0000
@@ -222,7 +222,11 @@
     Build our our immutable self
     */
     Options *build();
-
+    
+    /**
+    Set our Endpoint instance
+    */
+    void setEndpoint(void *endpoint);
 };
 
 } // namespace Connector