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:
- 55:7ff3586d7af4
- Parent:
- 53:26b5f1c69822
- Child:
- 57:3c873fab4207
--- a/NetworkInterface.h Thu Feb 25 11:08:50 2016 -0600 +++ b/NetworkInterface.h Sun Feb 28 10:32:53 2016 -0600 @@ -107,7 +107,7 @@ * @param ip Buffer to hold IP address, must be at least SOCK_IP_SIZE * @return 0 on success */ - int32_t getHostByName(const char *name, char *ip); + virtual int32_t getHostByName(const char *name, char *ip); protected: NetworkInterface();