PinPadDisplay 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 the possible ways in which an application can use the PIN pad’s display.
public enum PinPadDisplay
type PinPadDisplay =
Public Enum PinPadDisplay
- Inheritance
-
PinPadDisplay
Fields
Name | Value | Description |
---|---|---|
Unrestricted | 1 | The application can use the PIN pad’s display in an unrestricted manner to display messages. |
PinRestricted | 2 | The application can use the PIN pad’s display in an unrestricted manner except during PIN entry. |
RestrictedList | 3 | The application cannot specify the text of messages to display; it can only select from a list of pre-defined messages. |
RestrictedOrder | 4 | The application cannot specify the text of messages to display; it can only select from a list of pre-defined messages, and the selections must occur in a pre-defined order. |
None | 5 | The PIN pad device in use does not have a display. |