Interface PoolReaderSpi
- All Superinterfaces:
ReaderSpi
Reader extension for pool readers.
- Since:
- 2.1.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the selected smart card when it has been provided by the reader allocation process.Methods inherited from interface org.eclipse.keyple.core.plugin.spi.reader.ReaderSpi
checkCardPresence, closePhysicalChannel, getName, getPowerOnData, isContactless, isPhysicalChannelOpen, onUnregister, openPhysicalChannel, transmitApdu
-
Method Details
-
getSelectedSmartCard
Object getSelectedSmartCard()Returns the selected smart card when it has been provided by the reader allocation process.- Returns:
- Null if no smart card is selected by default, the selected smart card otherwise.
- Since:
- 2.1.0
-