netstatus_interface_get_search_domain()
Get the search domain at the specified index from a network interface details structure.
Synopsis:
#include <bps/netstatus.h>
BPS_API const char* netstatus_interface_get_search_domain(netstatus_interface_details_t *details, int index)
Since:
BlackBerry 10.2.0
Arguments:
- details
-
The netstatus_interface_details_t structure to get the search domain from.
- index
-
The index of the search domain to get. Must be in the range 0 to netstatus_interface_get_num_search_domains() - 1.
Library:
libbps (For the qcc command, use the -l bps option to link against this library)Description:
The netstatus_interface_get_search_domain() function gets the search domain at the specified index from the specified netstatus_interface_details_t structure.
Returns:
The search domain at the specified index, or NULL if the index is invalid.
Last modified: 2014-09-30