public interface ICardReaderControllerProvider
The entry point for the ServiceLoader is ICardReaderControllerProvider Interface. This Interface returns the specific [CardReaderController] implementation and a [Descriptor] class
| Modifier and Type | Method and Description |
|---|---|
ICardReaderController |
getCardReaderController()
Return the Controller for specific ICardReaderController implementation
|
IProviderDescriptor |
getDescriptor()
Descriptor class for information about the card reader provider and functionality
|
ICardReaderController getCardReaderController()
Return the Controller for specific ICardReaderController implementation
IProviderDescriptor getDescriptor()
Descriptor class for information about the card reader provider and functionality