Values that represent card activation results.
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Member name | Description | |
---|---|---|
Cancelled | The card activation was manually cancelled by the user or timed out. This implies that no card was inserted. This can only be returned from activation methods that have a timeout or a GUI that can be cancelled. | |
InUse | The card slot is already in exclusive use by another application. Therefore a card activation was not attempted. | |
JammedCard | Card detected that does not move after multiple attempts eject it. This activation result typically requires a motorized reader with card sensors at its insertion slot, middle and rear section. | |
NoCard | No card is inserted in the requested card slot, hence no card activation was attempted. | |
NotImplemented | The requested CardTypes is not supported by the actual ICardTerminal implementation. | |
RemovableCard | Card detected that can be removed from the reader. This activation result typically requires a motorized reader with card sensor at its insertion slot. | |
Success | An asynchronous card was successfully reset and activated. Its ATR is returned. | |
Unknown | We don't know the activation result. Most likely because there hasn't been one within the current reader session. | |
UnresponsiveCard | The inserted card is mute. It is either inserted the wrong way, completely broken, or not a smart card at all (e.g. the user inserted a magnetic stripe card that does not contain a chip. | |
UnsupportedCard | The inserted card is a smart card, but the card terminal cannot handle it. Either the card communication protocol is not understood or some other requirement of the card cannot be satisfied by the card terminal. |