Get the IP address netmask at the specified index from a network interface details structure.
#include <bps/netstatus.h>
BPS_API const char* netstatus_interface_get_ip_address_netmask(netstatus_interface_details_t *details,
int index)
BlackBerry 10.0.0
The netstatus_interface_details_t structure to get the IP address netmask from.
The index of the IP address netmask to get. Must be in the range 0 to netstatus_interface_get_num_ip_addresses() - 1.
The netstatus_interface_get_ip_address_netmask() function gets the IP address netmask at the specified index from the specified netstatus_interface_details_t structure.
The IP address netmask at the specified index, or NULL if the index is invalid.