ap

Dependencies:   DnsQuery

Dependents:   WizFi310_TCP_Echo_Server_Example

Fork of NetworkSocketAPI by NetworkSocketAPI

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