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: lwip-eth lwip-sys lwip
Fork of LWIPInterface by
Diff: LWIPInterface.h
- Revision:
- 18:5890b186a607
- Parent:
- 17:7db2f5d503d4
--- a/LWIPInterface.h Tue Apr 19 18:38:13 2016 -0500 +++ b/LWIPInterface.h Wed Apr 20 00:48:19 2016 +0000 @@ -85,12 +85,6 @@ * @return 0 on success, negative on failure */ virtual int socket_connect(void *handle, const SocketAddress &address); - - /** Check if the socket is connected - * @param handle Socket handle - * @return true if connected, false otherwise - */ - virtual bool socket_is_connected(void *handle); /** Accept a new connection. * @param handle Handle in which to store new socket