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.
Fork of WIZnet_Library by
Diff: WIZnetInterface/WIZnet/W5500.h
- Revision:
- 6:ca8405b9564d
- Parent:
- 1:8138a268fbd2
--- a/WIZnetInterface/WIZnet/W5500.h Mon Oct 06 01:35:09 2014 +0000 +++ b/WIZnetInterface/WIZnet/W5500.h Fri Apr 24 08:19:14 2015 +0000 @@ -146,6 +146,13 @@ */ bool is_connected(int socket); + /* + * Check if FIN received. + * + * @returns true if successful + */ + bool is_fin_received(int socket); + /* * Close a tcp connection *