PinEntryStatus Enumeration

2/27/2008

Lists the possible PIN entry status values.

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

Syntax

'Declaration
Public Enumeration PinEntryStatus
public enum PinEntryStatus
public enum class PinEntryStatus
public enum PinEntryStatus
public enum PinEntryStatus

Members

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

Remarks

Used by the ExitPinEntryMode method implemented by the service object. For more information about ExitPinEntryMode, see PinPadBase class.

See Also

Reference

Microsoft.PointOfService Namespace
ExitPinEntryMode