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