Document missing parameter network_interface_name

pull/13735/head
Arto Kinnunen 2020-10-13 14:32:01 +03:00
parent 695a97a851
commit 16d3dd46b9
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ protected:
*
* @param index Index of the DNS server, starts from zero
* @param address Destination for the host address
* @param interface_name Network interface name
* @return 0 on success, negative error code on failure
*/
virtual nsapi_error_t get_dns_server(int index, SocketAddress *address, const char *interface_name);