Get the number of IP gateways from a network interface details structure.
#include <bps/netstatus.h>
BPS_API int netstatus_interface_get_num_ip_gateways(netstatus_interface_details_t *details)
BlackBerry 10.0.0
The netstatus_interface_details_t structure to get the number of IP gateways from.
The netstatus_interface_get_num_ip_gateways() function gets the number of IP gateways from the specified netstatus_interface_details_t structure. The index argument of netstatus_interface_get_ip_gateway() must be less than this number.
The number of IP gateways.