NetworkSocketAPI

Dependencies:   DnsQuery

Dependents:   HelloWizFi250Interface

Fork of NetworkSocketAPI by NetworkSocketAPI

Revision:
105:2fd212f8da61
Parent:
104:d28d8b508e7c
Child:
114:964eba6394bc
--- a/SocketAddress.h	Tue Apr 19 18:26:21 2016 -0500
+++ b/SocketAddress.h	Tue Apr 19 18:26:36 2016 -0500
@@ -56,7 +56,7 @@
 #define NSAPI_IPv6_BYTES 16
 
 // Predeclared classes
-class NetworkInterface;
+class NetworkStack;
 
 
 /** SocketAddress class
@@ -76,7 +76,7 @@
      *  @param host     Hostname to resolve
      *  @param port     Optional 16-bit port
      */
-    SocketAddress(NetworkInterface *iface, const char *host, uint16_t port = 0);
+    SocketAddress(NetworkStack *iface, const char *host, uint16_t port = 0);
 
     /** Create a SocketAddress from an IP address and port
      *