Get the IP destination address from a network interface details structure.
#include <bps/netstatus.h>
BPS_API const char* netstatus_interface_get_ip_destination_address(netstatus_interface_details_t *details)
BlackBerry 10.2.0
The netstatus_interface_details_t structure to get the IP destination address from.
The netstatus_interface_get_ip_destination_address() function gets the IP destination address from the specified netstatus_interface_details_t structure.
The IP destination address, or NULL if there is no destination address.