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
- Revision:
- 15:e657a90d9511
- Parent:
- 14:9e1bd182ef07
- Child:
- 21:35ed15069189
--- a/NetworkInterface.h Wed Jul 22 20:16:57 2015 +0000 +++ b/NetworkInterface.h Wed Jul 22 20:55:37 2015 +0000 @@ -52,7 +52,7 @@ /** Stop the interface, bringing down dhcp if necessary. @returns 0 on success, a negative number on failure */ - virtual int32_t disconnect(void) const = 0; + virtual int32_t disconnect(void) = 0; /** Get the current IP address. @returns a pointer to a string containing the IP address.