|  | PinState Enumeration | 
            Possible states of the SIM card
            
 
Namespace: Eclo.NETMF.SIM800HAssembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
 Syntax
Syntax Members
Members|  | Member name | Value | Description | 
|---|
|  | Error | 0 | Error retrieving PIN status | 
|  | Ready | 1 | SIM is unlocked and ready to be used. | 
|  | PIN | 2 | SIM is locked waiting for the PIN | 
|  | PUK | 3 | SIM is locked waiting for the PUK | 
|  | PH_PIN | 4 | SIM is waiting for phone to SIM card (anti-theft) | 
|  | PH_PUK | 5 | SIM is waiting for phone to SIM PUK (anti theft) | 
|  | PIN2 | 6 | SIM is waiting for second PIN | 
|  | PUK2 | 7 | SIM is waiting for second PUK | 
|  | NotPresent | 8 | SIM is not present | 
 See Also
See Also