PinPadLanguage Enumeration (POS for .NET v1.12 SDK Documentation)
2/27/2008
Lists language characteristics for predefined prompt messages of the PIN pad device.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public Enumeration 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
Used by the CapLanguage property. Members of this enumeration replace the PPAD_LANG_NONE, PPAD_LANG_ONE, PPAD_LANG_PINRESTRICTED, and PPAD_LANG_UNRESTRICTED UPOS constants.
See Also
Reference
Microsoft.PointOfService Namespace
PinPad.CapLanguage Property