PinPadMessage Enumeration
2/27/2008
Lists the possible prompt messages for the PIN pad device.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public Enumeration 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
Used by the AvailablePromptsList and Prompt property. Members of this enumeration replace the PPAD_MSG_ range of UPOS constants.
Note
Values 1000 and above are reserved for device-specific values to be defined by the service object.
See Also
Reference
Microsoft.PointOfService Namespace
PinPad.AvailablePromptsList Property
Prompt