/mbed-os-snippet-DNS_GetHostbyNameAsync

A mirrored example snippet from mbed-os-examples-docs_only

Primary LanguageC++

DNS_GetHostbyNameAsync

This example shows how to make asynchronous DNS host name resolution.

Note: The current example is limited to the ethernet interface on supported devices. To use the example with a different interface, you will need to modify main.cpp and replace the EthernetInterface class with the appropriate interface.

MIRRORED FROM MASTER EXAMPLE SNIPPETS REPOSITORY: mbed-os-examples-docs_only. ANY CHANGES MADE DIRECTLY TO THIS REPOSITORY WILL BE AUTOMATICALLY OVERWRITTEN.