struct netstatus_interface_list_t

Network interface list.

Synopsis:

struct netstatus_interface_list_t {
    int num_interfaces ;
    char ** interfaces ;
};

Since:

BlackBerry 10.0.0

Data:

int num_interfaces
The number of interfaces.

This is the size of the interfaces array.

Since: BlackBerry 10.0.0

char ** interfaces
The names of the interfaces.

The size of this array is num_interfaces.

Since: BlackBerry 10.0.0

Library:

libbps (For the qcc command, use the -l bps option to link against this library)

Description:

The netstatus_interface_list_t structure defines the list of network interfaces.