mirror of https://github.com/ARMmbed/mbed-os.git
Document missing parameter network_interface_name
parent
695a97a851
commit
16d3dd46b9
|
@ -111,6 +111,7 @@ protected:
|
||||||
*
|
*
|
||||||
* @param index Index of the DNS server, starts from zero
|
* @param index Index of the DNS server, starts from zero
|
||||||
* @param address Destination for the host address
|
* @param address Destination for the host address
|
||||||
|
* @param interface_name Network interface name
|
||||||
* @return 0 on success, negative error code on failure
|
* @return 0 on success, negative error code on failure
|
||||||
*/
|
*/
|
||||||
virtual nsapi_error_t get_dns_server(int index, SocketAddress *address, const char *interface_name);
|
virtual nsapi_error_t get_dns_server(int index, SocketAddress *address, const char *interface_name);
|
||||||
|
|
Loading…
Reference in New Issue