use TCP to connect to mbed connector

Fork of mbedConnectorInterfaceWithDM by Doug Anson

Revision:
19:56f958475694
Parent:
10:3f79b5e67c22
Child:
27:b8aaf7dc7023
diff -r 996d04762f32 -r 56f958475694 source/Options.cpp
--- a/source/Options.cpp	Fri Jun 10 19:24:08 2016 +0000
+++ b/source/Options.cpp	Fri Jun 10 19:27:24 2016 +0000
@@ -180,4 +180,9 @@
 	return this->m_client_key_length;
 }
 
+// Get our Endpoint
+void *Options::getEndpoint() {
+	return this->m_endpoint;
+}
+
 } // namespace Connector