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.
Diff: WIZnetInterface/WIZnet/W5100.h
- Revision:
- 8:cb8808b47e69
- Parent:
- 1:8138a268fbd2
--- a/WIZnetInterface/WIZnet/W5100.h Sun May 31 10:06:41 2015 +0000
+++ b/WIZnetInterface/WIZnet/W5100.h Sun May 31 10:25:40 2015 +0000
@@ -145,6 +145,13 @@
*/
bool is_connected(int socket);
+ /*
+ * Check if FIN received.
+ *
+ * @returns true if successful
+ */
+ bool is_fin_received(int socket);
+
/*
* Close a tcp connection
*