Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: HelloWizFi250Interface
Fork of NetworkSocketAPI by
Diff: NetworkInterface.h
- Branch:
- api-changes
- Revision:
- 39:47138420ea42
- Parent:
- 31:7f15b95f2a1d
- Child:
- 40:11d4a94df3f7
diff -r 157fb2ab965f -r 47138420ea42 NetworkInterface.h
--- 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
