use TCP to connect to mbed connector

Fork of mbedConnectorInterfaceWithDM by Doug Anson

Revision:
54:dfee8691c83a
Parent:
53:d2f9f94b6000
--- a/mbed-connector-interface/mbedEndpointNetwork.h	Mon Aug 08 19:02:00 2016 +0000
+++ b/mbed-connector-interface/mbedEndpointNetwork.h	Tue Aug 09 17:18:49 2016 +0000
@@ -41,13 +41,8 @@
  // Include the Connector::OptionsBuilder
  #include "mbed-connector-interface/OptionsBuilder.h"
  
- // Linkage to the lower network APIs and interfaces
- extern "C" char *net_get_type(void);
- extern "C" void net_plumb_network(void *p);                        				
- extern "C" void net_perform_endpoint_registration(Connector::Endpoint *endpoint);	
- extern "C" void net_create_main_loop(Connector::Endpoint *endpoint);
- extern "C" void net_begin_main_loop(Connector::Endpoint *endpoint);
- extern "C" void net_setup_deregistration_button(void *p);
+ // Forward declarations of public functions in mbedEndpointNetwork
+ #include "mbed-connector-interface/mbedEndpointNetworkImpl.h"
  
  #endif // __MBED_ENDPOINT_NETWORK_H__