wip

Dependents:   EthernetInterface_vz

Fork of Socket by VZTECH

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;