ap

Dependencies:   DnsQuery

Dependents:   WizFi310_TCP_Echo_Server_Example

Fork of NetworkSocketAPI by NetworkSocketAPI

Revision:
105:2fd212f8da61
Parent:
98:0f614f1d0398
Child:
115:950b19eb0f02
--- a/UDPSocket.cpp	Tue Apr 19 18:26:21 2016 -0500
+++ b/UDPSocket.cpp	Tue Apr 19 18:26:36 2016 -0500
@@ -21,12 +21,12 @@
 {
 }
 
-UDPSocket::UDPSocket(NetworkInterface *iface)
+UDPSocket::UDPSocket(NetworkStack *iface)
 {
     open(iface);
 }
 
-int UDPSocket::open(NetworkInterface *iface)
+int UDPSocket::open(NetworkStack *iface)
 {
     return Socket::open(iface, NSAPI_UDP);
 }