Get the number of name servers from a network status structure.
#include <bps/netstatus.h>
BPS_API int netstatus_info_get_num_name_servers(netstatus_info_t *info)
BlackBerry 10.2.0
The netstatus_info_t structure to get the info name from.
The netstatus_info_get_num_name_servers() function gets the number of name servers from the specified netstatus_info_t structure. The index argument of netstatus_info_get_name_server() must be less than this number.
The number of name servers.