Uses of Class
org.eclipse.keyple.core.plugin.ReaderIOException
-
Packages that use ReaderIOException Package Description org.eclipse.keyple.core.plugin.spi.reader SPI for readers.org.eclipse.keyple.core.plugin.spi.reader.observable.state.insertion SPI for the card insertion observation profile definition.org.eclipse.keyple.core.plugin.spi.reader.observable.state.processing SPI for the card processing observation profile definition.org.eclipse.keyple.core.plugin.spi.reader.observable.state.removal 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 ReaderIOException Modifier and Type Method Description booleanReaderSpi. checkCardPresence()Verifies the presence of a card.voidReaderSpi. closePhysicalChannel()Attempts to close the current physical channel.byte[]AutonomousSelectionReaderSpi. openChannelForAid(byte[] aid, byte isoControlMask)Opens a logical channel for the provided AIDvoidReaderSpi. openPhysicalChannel()Attempts to open the physical channel (to established a communication with the card).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 ReaderIOException Modifier and Type Method Description voidWaitForCardInsertionBlockingSpi. waitForCardInsertion()Waits indefinitely for a card to be inserted. -
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 ReaderIOException Modifier and Type Method Description voidWaitForCardRemovalDuringProcessingBlockingSpi. waitForCardRemovalDuringProcessing()Waits indefinitely for a card to be removed. -
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 ReaderIOException Modifier and Type Method Description voidWaitForCardRemovalBlockingSpi. waitForCardRemoval()Waits indefinitely for a card to be removed.
-