PinEntryStatus Enumeration

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

Usage

'Usage
Dim pinEntryStatus1 As PinEntryStatus = PinEntryStatus.BadKey

Syntax

'Declaration
Public Enum PinEntryStatus
public enum PinEntryStatus
public enum class PinEntryStatus
public enum PinEntryStatus
public enum PinEntryStatus

Members

Member name Description
BadKey The user typed an invalid key during PIN entry.
Cancel The user pressed the Cancel button, canceling PIN entry.
Success PIN entry was successfully completed.
Timeout The device timed out before PIN entry was completed.

Remarks

Defines the possible PIN entry status values. Used by the ExitPinEntryMode method implemented by the service object. For more information about ExitPinEntryMode, see the “PIN Pad Base Class” chapter.

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
ExitPinEntryMode