Enum CardReaderStatus
The CardReaderStatus tag is used to transport information about the current card reader activity.
The following values are valid:
Namespace: SIX.TimApi.Constants
Assembly: TimApi.dll
Syntax
public enum CardReaderStatus : int
Fields
| Name | Description |
|---|---|
| CardEjected | Card has been ejected by the application. |
| CardInserted | Card in the chip reader. |
| CardManuallyEntered | Card information has been manually entered. Valid for Manual-Pan-Key. |
| CardNotRemoved | Card has not been removed by the cardholder despite being prompted to do so (timeout: 15s). Valid for ICC. |
| CardPresented | Contactless card has been presented. Only for ICC contactless transactions. Valid for Contactless. |
| CardReaderClosed | The shutter of the card reader is closed. No cards can be inserted. |
| CardReaderEmpty | The card reader is empty and accepts cards. |
| CardSwiped | Card has been swiped. Valid for Mag-Stripe. |
| Unknown | Invalid/unknown constant value. |