ap

Dependencies:   DnsQuery

Dependents:   WizFi310_TCP_Echo_Server_Example

Fork of NetworkSocketAPI by NetworkSocketAPI

Branch:
api-changes
Revision:
28:163fbe3263f4
Parent:
27:d7ed39727306
Child:
43:09ea32f2eb54
--- a/UDPSocket.h	Thu Feb 18 09:20:39 2016 -0600
+++ b/UDPSocket.h	Thu Feb 18 13:19:47 2016 -0600
@@ -32,7 +32,7 @@
      *  @param ip Optional URL to connect to, copied internally
      *  @param port Optional port to connect to
      */
-    UDPSocket(NetworkInterface *iface, const char *url = 0, uint16_t port = 0);
+    UDPSocket(NetworkInterface *iface);
 };
 
 #endif