ap

Dependencies:   DnsQuery

Dependents:   WizFi310_TCP_Echo_Server_Example

Fork of NetworkSocketAPI by NetworkSocketAPI

Revision:
77:b66a6984ed2d
Parent:
75:dea0cdb42241
Child:
78:0914f9b9b24b
--- a/UDPSocket.h	Tue Apr 05 09:07:28 2016 -0500
+++ b/UDPSocket.h	Tue Apr 05 09:16:47 2016 -0500
@@ -20,6 +20,7 @@
 #define UDPSOCKET_H
 
 #include "Socket.h"
+#include "NetworkInterface.h"
 
 /**
 UDP Socket
@@ -28,7 +29,7 @@
 public:
     /** UDPSocket lifetime
     */
-    UDPSocket();
+    UDPSocket(NetworkInterface *iface);
     ~UDPSocket();
     
     /** Bind a UDP Server Socket to a specific port