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:
- 46:ac37605ca91d
- Parent:
- 45:c8aca7c1e93f
- Child:
- 52:52a6c4ea7128
--- a/NetworkInterface.h Wed Feb 24 23:05:54 2016 -0600 +++ b/NetworkInterface.h Wed Feb 24 23:12:35 2016 -0600 @@ -36,7 +36,8 @@ NS_ERROR_NO_MEMORY = -3005, NS_ERROR_DNS_FAILURE = -3006, NS_ERROR_DHCP_FAILURE = -3007, - NS_ERROR_CRED_FAILURE = -3008 + NS_ERROR_AUTH_FAILURE = -3008, + NS_ERROR_DEVICE_ERROR = -3009 };