The ICardReader type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Connect |
Connect to card in reader and get a connection object to use.
|
![]() | DetectCardType |
Try to detect card type. If detected this card type is automatically
selected and returned. Otherwise Unknown card type is returned. Readers not supporting
this return always Unknown card type.
|
Properties
Name | Description | |
---|---|---|
![]() | Atr |
ATR of currently inserted card (if available). Null if not available.
|
![]() | CardType |
Currently selected card type.
|
![]() | Name |
Name of this card reader.
|
![]() | Observer |
CardReaderObserver monitoring this reader
|
![]() | Status |
Current status regarding availability of card.
|
![]() | TypeID |
Identifier of this card reader type and implementation.
|