NetworkSocketAPI

Dependencies:   DnsQuery

Dependents:   HelloWizFi250Interface

Fork of NetworkSocketAPI by NetworkSocketAPI

Branch:
api-changes
Revision:
28:163fbe3263f4
Parent:
25:ed7b2a52e8ac
Child:
30:3cc78f5db99d
--- a/TCPSocket.cpp	Thu Feb 18 09:20:39 2016 -0600
+++ b/TCPSocket.cpp	Thu Feb 18 13:19:47 2016 -0600
@@ -16,8 +16,8 @@
 
 #include "TCPSocket.h"
 
-TCPSocket::TCPSocket(NetworkInterface *iface, const char *url, uint16_t port)
-  : Socket(iface, SOCK_TCP, url, port) {
+TCPSocket::TCPSocket(NetworkInterface *iface)
+  : Socket(iface, SOCK_TCP) {
 }
 
 int32_t TCPSocket::open() {