PinPadLanguage Enumeration

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

Usage

'Usage
Dim pinPadLanguage1 As PinPadLanguage = PinPadLanguage.None

Syntax

'Declaration
Public Enum PinPadLanguage
public enum PinPadLanguage
public enum class PinPadLanguage
public enum PinPadLanguage
public enum PinPadLanguage

Members

Member name Description
None The PIN Pad supports no pre-defined prompt messages.
One The PIN Pad supports pre-defined prompt messages in one language.
PinRestricted The PIN Pad cannot change prompt languages during PIN entry.
Unrestricted The application can change the language of pre-defined prompt messages at any time.

Remarks

Defines language characteristics for predefined prompt messages of the PIN Pad device. Used by the CapLanguage property. Replaces the PPAD_LANG_NONE, PPAD_LANG_ONE, PPAD_LANG_PINRESTRICTED, and PPAD_LANG_RESTRICTED_ORDER 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
CapLanguage