use TCP to connect to mbed connector

Fork of mbedConnectorInterfaceWithDM by Doug Anson

Revision:
9:faa43faea4ca
Parent:
8:f950fb1b78c0
Child:
10:3f79b5e67c22
--- a/source/Options.cpp	Wed Feb 24 05:52:00 2016 +0000
+++ b/source/Options.cpp	Wed Feb 24 14:50:03 2016 +0000
@@ -118,6 +118,11 @@
     return this->m_psk_identity;
 }
 
+// 802.15.4 Mesh Type
+MeshTypes Options::getMeshType() {
+	return this->m_mesh_type;
+}
+
 // Immediate Observationing Enabled
 bool Options::immedateObservationEnabled() {
     return this->m_enable_immediate_observation;