NetworkSocketAPI

Dependencies:   DnsQuery

Dependents:   HelloWizFi250Interface

Fork of NetworkSocketAPI by NetworkSocketAPI

Branch:
api-changes
Revision:
39:47138420ea42
Parent:
31:7f15b95f2a1d
Child:
40:11d4a94df3f7
--- a/NetworkInterface.h	Mon Feb 22 20:51:09 2016 -0600
+++ b/NetworkInterface.h	Mon Feb 22 21:50:15 2016 -0600
@@ -34,7 +34,7 @@
      *  DHCP is enabled by default
      *  @return 0 on success
      */
-    virtual int32_t useDHCP() = 0;
+    virtual int32_t useDHCP();
 
     /** Set the static IP address of the network interface
      *  @param ip Static IP address, copied internally