Enum PinState
Possible states of the SIM card
Namespace: Eclo.nF.SIM800H
Assembly: cs.temp.dll.dll
Syntax
public enum PinState
Fields
| Name | Description |
|---|---|
| Error | Error retrieving PIN status |
| NotPresent | SIM is not present |
| PH_PIN | SIM is waiting for phone to SIM card (anti-theft) |
| PH_PUK | SIM is waiting for phone to SIM PUK (anti theft) |
| PIN | SIM is locked waiting for the PIN |
| PIN2 | SIM is waiting for second PIN |
| PUK | SIM is locked waiting for the PUK |
| PUK2 | SIM is waiting for second PUK |
| Ready | SIM is unlocked and ready to be used. |