Provides classes and interfaces for accessing card reader.
Classes
Class | Description | |
---|---|---|
![]() | AbstractCppSafeCardConnection |
Abstract implementation of ICardConnection which can be used
to implement ICardConnection in C++
|
![]() | AbstractCppSafeProcessorCardConnection |
Abstract implementation of IProcessorCardConnection which can be used
to implement IProcessorCardConnection in C++
|
![]() | CardReaderException |
Exception class for exceptions caused by card reader.
|
![]() | CardReaderStatus |
Give status of the availability of card within a reader.
|
Interfaces
Interface | Description | |
---|---|---|
![]() | ICardConnection |
References the connection to a chip card.
|
![]() | ICardReader |
Generic CardReader interface.
|
![]() | ICardReaderFactory |
Factory interface needed to create real ICardReader objects.
|
![]() | IProcessorCardConnection |
Extends CardConnection for features needed to access a processor smart card (T=0 or T=1).
|
Remarks
Following card reader factories exists in BasicCard .Net assembly:
Reader Factory | Name String |
---|---|
Standard PC/SC: PcscReaderFactory | BasicCard.Terminals.Pcsc.PcscReaderFactory |
Certain serial reader: SerialReaderFactory | BasicCard.Terminals.Serial.SerialReaderFactory |
Development software card debugger: VirtualReaderFactory | BasicCard.Terminals.VirtRdr.VirtualReaderFactory |