Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: libnsdl_m0 BLE_API Base64 nRF51822 SplitterAssembler
Diff: bt_network/Socket/Endpoint.h
- 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