use TCP to connect to mbed connector

Fork of mbedConnectorInterfaceWithDM by Doug Anson

Revision:
19:56f958475694
Parent:
15:c11dbe4d354c
Child:
20:90964c5070e1
--- a/mbed-connector-interface/Options.h	Fri Jun 10 19:24:08 2016 +0000
+++ b/mbed-connector-interface/Options.h	Fri Jun 10 19:27:24 2016 +0000
@@ -232,6 +232,11 @@
     */
     int getClientKeySize();
     
+    /**
+    Get Our Endpoint
+    */
+    void *getEndpoint();
+    
 protected:
     // mDS Resources
     int                     	    m_lifetime;