Library for ethernet
Dependents: VC0706_FTP_Client_Ethernet_MQTT
Fork of WIZnetInterface by
Revision 21:584efa51ee60, committed 2017-12-14
- Comitter:
- akshaytom
- Date:
- Thu Dec 14 04:49:15 2017 +0000
- Parent:
- 20:5a1969320666
- Child:
- 22:01ea4b74d8eb
- Commit message:
- New FTP client program
Changed in this revision
Socket/TCPSocketConnection.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Socket/TCPSocketConnection.cpp Tue Jul 21 15:39:29 2015 +0000 +++ b/Socket/TCPSocketConnection.cpp Thu Dec 14 04:49:15 2017 +0000 @@ -24,9 +24,10 @@ // not a big code. // refer from EthernetInterface by mbed official driver -TCPSocketConnection::TCPSocketConnection() : - _is_connected(false) +TCPSocketConnection::TCPSocketConnection() :_is_connected(false) { + //printf("TCP Constructor"); + //_is_connected=false; } int TCPSocketConnection::connect(const char* host, const int port)