PinPadMessage Enumeration

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

Usage

'Usage
Dim pinPadMessage1 As PinPadMessage = PinPadMessage.AmountOK

Syntax

'Declaration
Public Enum PinPadMessage
public enum PinPadMessage
public enum class PinPadMessage
public enum PinPadMessage
public enum PinPadMessage

Members

Member name Description
AmountOK The customer should enter Yes/No to approve the amount.
Approved The request has been approved.
Canceled The request is canceled.
Declined The EFT Transaction Host has declined to perform the requested function.
EnterPin The user should enter his PIN on the PIN Pad.
EnterValidPin The PIN that was entered is not correct. The user should enter the correct PIN.
Idle The system is Idle.
InsertCard The customer should insert their (smart)card.
NotReady The PIN Pad is not ready for use by customer.
PleaseWait The system is processing. The user should wait.
RetriesExceeded The user has failed to enter the correct PIN and the maximum number of attempts has been exceeded.
SelectCardType The customer should select the card type (typically credit or debit).
SlideCard The user should slide their card through the integrated Magnetic Strip Reader (MSR).

Remarks

Defines the possible prompt messages for the PIN Pad device. Used by the AvailablePromptsList and Prompt property. Replaces the PPAD_MAG_et al constants.

Note

Values 1000 and above are reserved for device-specific values to be defined by the service object.

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
AvailablePromptsList
Prompt