ap

Dependencies:   DnsQuery

Dependents:   WizFi310_TCP_Echo_Server_Example

Fork of NetworkSocketAPI by NetworkSocketAPI

Branch:
api-changes
Revision:
27:d7ed39727306
Parent:
25:ed7b2a52e8ac
Child:
28:163fbe3263f4
--- a/UDPSocket.h	Thu Feb 18 06:16:11 2016 -0600
+++ b/UDPSocket.h	Thu Feb 18 09:20:39 2016 -0600
@@ -27,6 +27,7 @@
 {
 public:
     /** Create a socket using the specified network interface
+     *  No network operations are performed until the socket is actually used
      *  @param iface The network interface to use
      *  @param ip Optional URL to connect to, copied internally
      *  @param port Optional port to connect to