This is WIZnet Ethernet Interface using Hardware TCP/IP chip, W5500, W5200 and W5100. One of them can be selected by enabling it in wiznet.h.
Fork of WIZnet_Library by
Diff: WIZnetInterface/WIZnet/W5200.h
- Revision:
- 8:cb8808b47e69
- Parent:
- 1:8138a268fbd2
diff -r 7c67a8922ec5 -r cb8808b47e69 WIZnetInterface/WIZnet/W5200.h --- a/WIZnetInterface/WIZnet/W5200.h Sun May 31 10:06:41 2015 +0000 +++ b/WIZnetInterface/WIZnet/W5200.h Sun May 31 10:25:40 2015 +0000 @@ -147,6 +147,13 @@ */ bool is_connected(int socket); + /* + * Check if FIN received. + * + * @returns true if successful + */ + bool is_fin_received(int socket); + /* * Close a tcp connection *