See: Description
| Interface | Description |
|---|---|
| PcscPlugin |
Provides the public elements used to manage the PC/SC plugin.
It defines in particular the type of object produced by the PcscPluginFactory and allow
to set parameters to retrieve the communication mode from the name of a reader. |
| PcscReader |
Interface extending
ObservableReader) and allowing to set the operating parameters of a
reader based on a PC/SC hardware interface (USB CCID). |
| Class | Description |
|---|---|
| PcscPluginFactory |
Provides a factory to get the
PcscPlugin. |
| Enum | Description |
|---|---|
| PcscReader.DisconnectionMode |
Actions to be taken after disconnection of the card.
|
| PcscReader.IsoProtocol |
Available transmission protocols as defined in the PC/SC standard.
|
| PcscReader.SharingMode |
Defines the expected behavior regarding the access to the card in a
multithreaded/multi-application context.
|
| PcscSupportedContactlessProtocols |
List of contactless protocols supported by PC/SC readers.
|
| PcscSupportedContactProtocols |
List of contact protocols supported by PC/SC readers.
|