Get the name server at the specified index from a network status structure.
#include <bps/netstatus.h>
BPS_API const char* netstatus_info_get_name_server(netstatus_info_t *info,
int index)
BlackBerry 10.2.0
The netstatus_info_t structure to get the name server from.
The index of the name server to get. Must be in the range 0 to netstatus_info_get_num_name_servers() - 1.
The netstatus_info_get_name_server() function gets the name server at the specified index from the specified netstatus_info_t structure.
The name server at the specified index, or NULL if the index is invalid.