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.
Dependencies: DnsQuery
Dependents: WizFi310_TCP_Echo_Server_Example
Fork of NetworkSocketAPI by
Diff: NetworkInterface.h
- Branch:
- api-changes
- Revision:
- 40:11d4a94df3f7
- Parent:
- 39:47138420ea42
- Child:
- 41:3ec1c97e9bbf
--- a/NetworkInterface.h Mon Feb 22 21:50:15 2016 -0600 +++ b/NetworkInterface.h Mon Feb 22 23:52:09 2016 -0600 @@ -31,10 +31,10 @@ { public: /** Enables DHCP and clears any static address + * DHCP resolution does not occur until connect call * DHCP is enabled by default - * @return 0 on success */ - virtual int32_t useDHCP(); + virtual void useDHCP(); /** Set the static IP address of the network interface * @param ip Static IP address, copied internally