PinPadDisplay Enumeration

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Usage

'Usage
Dim pinPadDisplay1 As PinPadDisplay = PinPadDisplay.None

Syntax

'Declaration
Public Enum PinPadDisplay
public enum PinPadDisplay
public enum class PinPadDisplay
public enum PinPadDisplay
public enum PinPadDisplay

Members

Member name Description
None The PIN Pad device in use does not have a display.
PinRestricted The application can use the PIN Pad’s display in an unrestricted manner except during PIN entry.
RestrictedList The application cannot specify the text of messages to display; it can only select from a list of pre-defined messages.
RestrictedOrder 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.
Unrestricted The application can use the PIN Pad’s display in an unrestricted manner to display messages.

Remarks

Defines the possible ways in which an application can use the PIN Pad’s display. Replaces the PPAD_DISP_UNRESTRICTED, PPAD_DISP_PINRESTRICTED, PPAD_DISP_RESTRICTED_LIST, PPAD_DISP_RESTRICTED_ORDER, and PPAD_DISP_NONE constants.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.PointOfService Namespace
CapDisplay