Skip to content

Commit

Permalink
Document missing parameter network_interface_name
Browse files Browse the repository at this point in the history
  • Loading branch information
Arto Kinnunen committed Oct 14, 2020
1 parent 695a97a commit 16d3dd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions features/nanostack/nanostack-interface/Nanostack.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ class Nanostack : public OnboardNetworkStack, private mbed::NonCopyable<Nanostac
*
* @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);
Expand Down

0 comments on commit 16d3dd4

Please sign in to comment.