wip

Dependents:   EthernetInterface_vz

Fork of Socket by VZTECH

Revision:
23:9a1f704278b3
Parent:
19:434906b5b977
--- a/TCPSocketConnection.cpp	Thu Jan 08 23:42:14 2015 +0000
+++ b/TCPSocketConnection.cpp	Tue Mar 10 18:10:09 2015 +0000
@@ -131,3 +131,7 @@
     }
     return readLen;
 }
+
+int TCPSocketConnection::get_fd(){
+    return _sock_fd;
+}