public interface ICardReaderController
The cardreader provider needs an implementation class of ICardReaderController interface.
This class handles the card reader for the higher layer application.
The application could request available [CardReader].
CardReaderProvider API provides a default implementation of ICardReaderController
interface as abstract class AbstractCardReaderController for ease of use.
The abstract class handles event bus communication and provides methods to inform registered subscribers about card reader changes.
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ICardReader> |
getCardReaders()
Collect all card reader found by specific provider
|
java.util.Collection<ICardReader> getCardReaders() throws CardException
Collect all card reader found by specific provider
CardException