CardReaderControllerManager
The CardReaderControllerManager
acts as a typical Java ServiceLoader for loading CardReaderControllerType
via providers that conform to the CardReaderProviderType
protocol.
-
The main/shared instance for general purpose use.
-
An array of all complete Provider Descriptors of each card reader provider available
-
The lazy loaded CardReaderControllers that where found by protocol reflection.