ap

Dependencies:   DnsQuery

Dependents:   WizFi310_TCP_Echo_Server_Example

Fork of NetworkSocketAPI by NetworkSocketAPI

Revision:
87:94e2cf3a06be
Parent:
86:7ca9776b9cc0
Child:
89:b1d417383c0d
--- a/UDPSocket.cpp	Tue Apr 05 23:39:54 2016 +0000
+++ b/UDPSocket.cpp	Tue Apr 05 23:47:04 2016 +0000
@@ -18,7 +18,7 @@
 #include "Timer.h"
 
 UDPSocket::UDPSocket(NetworkInterface *iface)
-    : Socket(iface, NetworkInterface::UDP)
+    : Socket(iface, NSAPI_UDP)
 {
 }