NetworkSocketAPI

Dependencies:   DnsQuery

Dependents:   HelloWizFi250Interface

Fork of NetworkSocketAPI by NetworkSocketAPI

Branch:
api-changes
Revision:
32:2c5fc105fc50
Parent:
28:163fbe3263f4
Child:
43:09ea32f2eb54
--- a/TCPSocket.h	Mon Feb 22 22:51:03 2016 +0000
+++ b/TCPSocket.h	Mon Feb 22 19:07:36 2016 -0600
@@ -33,17 +33,6 @@
      *  @param port Optional port to connect to
      */
     TCPSocket(NetworkInterface *iface);
-
-
-    /** Open a connection to the underlying address
-     *  @return 0 on success
-     */
-    int32_t open();
-
-    /** Close an open connection
-     *  @return 0 on success
-     */
-    int32_t close();
 };
 
 #endif