Uses of Class
org.eclipse.keyple.core.plugin.ReaderIOException
Packages that use ReaderIOException
Package
Description
SPI for readers.
SPI for the card insertion observation profile definition.
SPI for the card processing observation profile definition.
SPI for the card removal observation profile definition.
-
Uses of ReaderIOException in org.eclipse.keyple.core.plugin.spi.reader
Methods in org.eclipse.keyple.core.plugin.spi.reader that throw ReaderIOExceptionModifier and TypeMethodDescriptionboolean
ReaderSpi.checkCardPresence()
Verifies the presence of a card.void
ReaderSpi.closePhysicalChannel()
Tells the reader that card processing is complete and that the next step is to remove the card from the reader.byte[]
AutonomousSelectionReaderSpi.openChannelForAid
(byte[] aid, byte isoControlMask) Opens a logical channel for the provided AIDvoid
ReaderSpi.openPhysicalChannel()
Validates the opening of the physical channel.byte[]
ReaderSpi.transmitApdu
(byte[] apduIn) Transmits an APDU and returns its response. -
Uses of ReaderIOException in org.eclipse.keyple.core.plugin.spi.reader.observable.state.insertion
Methods in org.eclipse.keyple.core.plugin.spi.reader.observable.state.insertion that throw ReaderIOExceptionModifier and TypeMethodDescriptionvoid
CardInsertionWaiterBlockingSpi.waitForCardInsertion()
Waits indefinitely for a card to be inserted.void
WaitForCardInsertionBlockingSpi.waitForCardInsertion()
Deprecated. -
Uses of ReaderIOException in org.eclipse.keyple.core.plugin.spi.reader.observable.state.processing
Methods in org.eclipse.keyple.core.plugin.spi.reader.observable.state.processing that throw ReaderIOExceptionModifier and TypeMethodDescriptionvoid
CardPresenceMonitorBlockingSpi.monitorCardPresenceDuringProcessing()
Monitors the card presence indefinitely (the method is blocking as long as the card is present).void
WaitForCardRemovalDuringProcessingBlockingSpi.waitForCardRemovalDuringProcessing()
Deprecated. -
Uses of ReaderIOException in org.eclipse.keyple.core.plugin.spi.reader.observable.state.removal
Methods in org.eclipse.keyple.core.plugin.spi.reader.observable.state.removal that throw ReaderIOExceptionModifier and TypeMethodDescriptionvoid
CardRemovalWaiterBlockingSpi.waitForCardRemoval()
Waits indefinitely for a card to be removed.void
WaitForCardRemovalBlockingSpi.waitForCardRemoval()
Deprecated.