Skip to content

Commit 16d3dd4

Browse files
author
Arto Kinnunen
committed
Document missing parameter network_interface_name
1 parent 695a97a commit 16d3dd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

features/nanostack/nanostack-interface/Nanostack.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ class Nanostack : public OnboardNetworkStack, private mbed::NonCopyable<Nanostac
111111
*
112112
* @param index Index of the DNS server, starts from zero
113113
* @param address Destination for the host address
114+
* @param interface_name Network interface name
114115
* @return 0 on success, negative error code on failure
115116
*/
116117
virtual nsapi_error_t get_dns_server(int index, SocketAddress *address, const char *interface_name);

0 commit comments

Comments
 (0)