Share via


PinPadDisplay Enum

Definition

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.

Applies to