SimCardState
Since: BlackBerry 10.0.0
#include <bb/device/SimCardState>
To link against this class, add the following line to your .pro file: LIBS += -lbbdevice
The state of the SIM card.
Overview
Public Types Index
enum TypeNotDetected 0, Incompatible 1, NotProvisioned 2, ReadError 3, PinRequired 4, Ready 5 |
Public Types
The state of the SIM card.
BlackBerry 10.0.0
- NotDetected 0
SIM card is not present.
- Incompatible 1
SIM card is not valid.
The SIM card is for a different carrier or the SIM card is not compatible with the device's technology.
Since:BlackBerry 10.0.0
- NotProvisioned 2
SIM card is not activated.
Since:BlackBerry 10.0.0
- ReadError 3
SIM card is not accessible.
An invalid response was received from the SIM card, the SIM card is not readable, the SIM card is corrupt, or the SIM card could not be initialized.
Since:BlackBerry 10.0.0
- PinRequired 4
SIM card requires CHV validation.
The SIM card is present but a PIN is required to access it.
Since:BlackBerry 10.0.0
- Ready 5
SIM card is ready for normal operation.
Since:BlackBerry 10.0.0