Uses of Class
org.eclipse.keyple.core.plugin.CardIOException
-
Packages that use CardIOException Package Description org.eclipse.keyple.core.plugin.spi.reader SPI for readers. -
-
Uses of CardIOException in org.eclipse.keyple.core.plugin.spi.reader
Methods in org.eclipse.keyple.core.plugin.spi.reader that throw CardIOException Modifier and Type Method Description byte[]
AutonomousSelectionReaderSpi. openChannelForAid(byte[] aid, byte isoControlMask)
Opens a logical channel for the provided AIDvoid
ReaderSpi. 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.
-