Doug Anson / mbedEndpointNetwork_BLE

Dependencies:   libnsdl_m0 BLE_API Base64 nRF51822 SplitterAssembler

Revision:
2:30f4a0dab604
Parent:
0:7809547930d9
--- a/bt_network/Socket/Endpoint.h	Wed Feb 11 23:01:05 2015 +0000
+++ b/bt_network/Socket/Endpoint.h	Sat Feb 14 07:36:17 2015 +0000
@@ -56,6 +56,7 @@
 
 protected:
     char _ipAddress[17];
+    int _ipPort;
 };
 
 #endif