Cellular network events

Possible cellular network status change events.

Synopsis:

#include <bps/cellularnetwork.h>
 
enumĀ {
      CELLULAR_NETWORK_ID_INFO = 0x01   
};

Since:

BlackBerry 10.2.0

Data:

CELLULAR_NETWORK_ID_INFO
The single cellular network status change event, which contains all of the information about changes to the mobile network identification information (e.g., Mobile Country code (MNC) and Mobile Network Code (MNC) for GSM network).

Library:

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

Description:

This enumeration defines the possible cellular network status change events. Currently, there is only one event.