Indicate whether the interface is up from a network interface details structure.
#include <bps/netstatus.h>
BPS_API bool netstatus_interface_is_up(netstatus_interface_details_t *details)
BlackBerry 10.0.0
The netstatus_interface_details_t structure to get the interface up status from.
The netstatus_interface_is_up() function indicates whether the interface is up from the specified netstatus_interface_details_t structure.
true if the interface is up, false otherwise.