SimState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values returned by several types.
public enum SimState
type SimState =
- Inheritance
-
SimState
Fields
| Name | Value | Description |
|---|---|---|
| Unknown | 0 | SIM card state: Unknown. |
| Absent | 1 | SIM card state: no SIM card is available in the device Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| PinRequired | 2 | SIM card state: Locked: requires the user's SIM PIN to unlock Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| PukRequired | 3 | SIM card state: Locked: requires the user's SIM PUK to unlock Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| NetworkLocked | 4 | SIM card state: Locked: requires a network PIN to unlock Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Ready | 5 | SIM card state: Ready Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| NotReady | 6 | SIM card state: SIM Card is NOT READY Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| PermDisabled | 7 | SIM card state: SIM Card Error, permanently disabled Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| CardIoError | 8 | SIM card state: SIM Card Error, present but faulty Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| CardRestricted | 9 | SIM card state: SIM Card restricted, present but not usable due to carrier restrictions. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.