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: DnsQuery
Dependents: TempTower BSDInterfaceTests HelloBSDInterface ESP8266InterfaceTests ... more
Diff: TCPSocket.h
- Revision:
- 102:9002476b9136
- Parent:
- 92:dd5f19874adf
- Child:
- 103:37decbcb1108
diff -r 9caa935c3baa -r 9002476b9136 TCPSocket.h
--- a/TCPSocket.h Tue Apr 19 18:25:52 2016 -0500
+++ b/TCPSocket.h Tue Apr 19 18:26:03 2016 -0500
@@ -48,11 +48,6 @@
*/
int connect(const SocketAddress &address);
- /** Check if the socket is connected
- * @return true if connected, false otherwise
- */
- bool is_connected();
-
/** Send data to the remote host
* @param data The buffer to send to the host
* @param size The length of the buffer to send