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:
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;