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/Socket/TCPSocketConnection.h
- Revision:
- 7:7c67a8922ec5
- Parent:
- 6:ca8405b9564d
--- a/WIZnetInterface/Socket/TCPSocketConnection.h Fri Apr 24 08:19:14 2015 +0000 +++ b/WIZnetInterface/Socket/TCPSocketConnection.h Sun May 31 10:06:41 2015 +0000 @@ -76,6 +76,9 @@ \return the number of received bytes on success (>=0) or -1 on failure */ int receive_all(char* data, int length); + +private: + bool _is_connected; }; #endif