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:
62:e5882bd28210
Parent:
61:d02cd5e2bb26
Child:
71:5069a202e892
--- a/source/ConnectorEndpoint.cpp	Wed Aug 10 00:13:44 2016 +0000
+++ b/source/ConnectorEndpoint.cpp	Wed Aug 10 02:24:05 2016 +0000
@@ -185,7 +185,7 @@
 	
 	// Socket address type: IPv4 or IPv6
 	M2MInterface::NetworkStack socket_address_type = M2MInterface::LwIP_IPv4;
-	if (this->m_options->getIPAddressType() == socket_address_type_IPV6) {
+	if (this->m_options->getIPAddressType() == IP_ADDRESS_TYPE_IPV6) {
 		// IPv6 mode for the socket addressing type... 
 		socket_address_type = M2MInterface::LwIP_IPv6;