WWAN_PIN_FORMAT enumeration (wwan.h)
The WWAN_PIN_FORMAT enumeration lists the different Personal Identification Number (PIN) formats that are supported by the MB device.
Syntax
typedef enum _WWAN_PIN_FORMAT {
WwanPinFormatUnknown,
WwanPinFormatNumeric,
WwanPinFormatAlphaNumeric,
WwanPinFormatMax
} WWAN_PIN_FORMAT, *PWWAN_PIN_FORMAT;
Constants
WwanPinFormatUnknown The format of PIN is not specified. |
WwanPinFormatNumeric The format of the PIN allows only the numerical characters 0 through 9. |
WwanPinFormatAlphaNumeric The format of the PIN allows alphanumeric characters a through z (lowercase), A through Z (uppercase), 0 through 9 (numeric), the asterisk symbol (*), and the pound symbol (#). |
WwanPinFormatMax The total number of supported PIN formats. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows 7 and later versions of Windows. |
Header | wwan.h (include Wwan.h) |