NetworkSocketAPI

Dependencies:   DnsQuery

Dependents:   HelloWizFi250Interface

Fork of NetworkSocketAPI by NetworkSocketAPI

Branch:
api-changes
Revision:
28:163fbe3263f4
Parent:
27:d7ed39727306
Child:
32:2c5fc105fc50
--- a/TCPSocket.h	Thu Feb 18 09:20:39 2016 -0600
+++ b/TCPSocket.h	Thu Feb 18 13:19:47 2016 -0600
@@ -32,7 +32,7 @@
      *  @param url Optional URL to connect to, copied internally
      *  @param port Optional port to connect to
      */
-    TCPSocket(NetworkInterface *iface, const char *url = 0, uint16_t port = 0);
+    TCPSocket(NetworkInterface *iface);
 
 
     /** Open a connection to the underlying address