netstatus_info_get_default_ip6_interface()
Get the default IPv6 interface from a network status structure.
Synopsis:
#include <bps/netstatus.h>
BPS_API const char* netstatus_info_get_default_ip6_interface(netstatus_info_t *info)
Since:
BlackBerry 10.2.0
Arguments:
Library:
libbps (For the qcc command, use the -l bps option to link against this library)Description:
The netstatus_info_get_default_ip6_interface() function gets the default IPv6 interface from the specified netstatus_info_t structure.
Returns:
The default IPv6 interface. May be NULL if there is no default IPv6 interface.
Last modified: 2014-05-14