Click or drag to resize
PinState Enumeration
Possible states of the SIM card

Namespace: Eclo.NETMF.SIM800H
Assembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
Syntax
C#
public enum PinState
Members
  Member nameValueDescription
Error0 Error retrieving PIN status
Ready1 SIM is unlocked and ready to be used.
PIN2 SIM is locked waiting for the PIN
PUK3 SIM is locked waiting for the PUK
PH_PIN4 SIM is waiting for phone to SIM card (anti-theft)
PH_PUK5 SIM is waiting for phone to SIM PUK (anti theft)
PIN26 SIM is waiting for second PIN
PUK27 SIM is waiting for second PUK
NotPresent8 SIM is not present
See Also