WWAN_PIN_STATE enumeration (wwan.h)
The WWAN_PIN_STATE enumeration describes whether the MB device or Subscriber Identity Module (SIM card) requires the user to enter a Personal Identification Number (PIN) to proceed to the next state.
Syntax
typedef enum _WWAN_PIN_STATE {
WwanPinStateNone,
WwanPinStateEnter,
WwanPinStateMax
} WWAN_PIN_STATE, *PWWAN_PIN_STATE;
Constants
WwanPinStateNone The device does not require a PIN. |
WwanPinStateEnter The device requires the user to enter a PIN. |
WwanPinStateMax The total number of supported PIN states. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows 7 and later versions of Windows. |
Header | wwan.h (include Wwan.h) |