Uses of Interface
org.eclipse.keyple.plugin.pcsc.PcscReader
-
Uses of PcscReader in org.eclipse.keyple.plugin.pcsc
Methods in org.eclipse.keyple.plugin.pcsc that return PcscReaderModifier and TypeMethodDescriptionPcscReader.setContactless
(boolean contactless) Sets the reader transmission mode.PcscReader.setDisconnectionMode
(PcscReader.DisconnectionMode disconnectionMode) Changes the action to be taken after disconnection (default valuePcscReader.DisconnectionMode.RESET
).PcscReader.setIsoProtocol
(PcscReader.IsoProtocol isoProtocol) Changes the protocol to be used by the PC/SC reader when connecting to the card (PcscReader.IsoProtocol.T0
,PcscReader.IsoProtocol.T1
, orPcscReader.IsoProtocol.TCL
), orPcscReader.IsoProtocol.ANY
to connect using any available protocol (default valuePcscReader.IsoProtocol.ANY
).PcscReader.setSharingMode
(PcscReader.SharingMode sharingMode) Changes the PC/SC sharing mode (default valuePcscReader.SharingMode.EXCLUSIVE
).