wip

Dependents:   EthernetInterface_vz

Fork of Socket by VZTECH

Revision:
23:9a1f704278b3
Parent:
16:2d471deff212
--- a/TCPSocketConnection.h	Thu Jan 08 23:42:14 2015 +0000
+++ b/TCPSocketConnection.h	Tue Mar 10 18:10:09 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;