NetworkSocketAPI

Dependencies:   DnsQuery

Dependents:   HelloWizFi250Interface

Fork of NetworkSocketAPI by NetworkSocketAPI

Revision:
102:9002476b9136
Parent:
92:dd5f19874adf
Child:
103:37decbcb1108
--- a/TCPSocket.h	Tue Apr 19 18:25:52 2016 -0500
+++ b/TCPSocket.h	Tue Apr 19 18:26:03 2016 -0500
@@ -48,11 +48,6 @@
      */
     int connect(const SocketAddress &address);
     
-    /** Check if the socket is connected
-     *  @return         true if connected, false otherwise
-     */
-    bool is_connected();
-    
     /** Send data to the remote host
      *  @param data     The buffer to send to the host
      *  @param size     The length of the buffer to send