PinPadLanguage Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists language characteristics for predefined prompt messages of the PIN pad device.
public enum PinPadLanguage
type PinPadLanguage =
Public Enum PinPadLanguage
- Inheritance
-
PinPadLanguage
Fields
Name | Value | Description |
---|---|---|
None | 1 | The PIN pad supports no pre-defined prompt messages. |
One | 2 | The PIN pad supports pre-defined prompt messages in one language. |
PinRestricted | 3 | The PIN Pad cannot change prompt languages during PIN entry. |
Unrestricted | 4 | The application can change the language of pre-defined prompt messages at any time. |