Share via


PinPadDisplay Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

Lists the possible ways in which an application can use the PIN pad’s display.

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

Syntax

'Declaration
Public Enumeration 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

Used by the CapDisplay property. Members of this enumeration replace the PPAD_DISP_UNRESTRICTED, PPAD_DISP_PINRESTRICTED, PPAD_DISP_RESTRICTED_LIST, PPAD_DISP_RESTRICTED_ORDER, and PPAD_DISP_NONE UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
PinPad.CapDisplay Property