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.
Dependents: EthernetInterface_vz
Fork of Socket by
Diff: TCPSocketConnection.h
- Revision:
- 29:6f480e970784
- Parent:
- 16:2d471deff212
--- a/TCPSocketConnection.h Tue Sep 01 17:20:29 2015 +0000
+++ b/TCPSocketConnection.h Tue Nov 24 14:03:40 2015 +0000
@@ -72,6 +72,8 @@
\return the number of received bytes on success (>=0) or -1 on failure
*/
int receive_all(char* data, int length);
+
+ int get_fd ( void );
private:
bool _is_connected;
