Enum Sim.LockState
Definition
- Assembly:
- Tizen.Telephony.dll
Enumeration for the lock state of the SIM card.
public enum Sim.LockState
Fields
Name | Description |
---|---|
NckRequired | The SIM is NCK (Network Control Key) locked. |
PermLocked | The SIM is permanently blocked (All the attempts for PIN/PUK failed). |
PinRequired | The SIM is PIN (Personal Identification Number) locked. |
PukRequired | The SIM is PUK (Personal Unblocking Code) locked. |
Unknown | The SIM is not in lock. |