Uses of Class
org.eclipse.keyple.plugin.pcsc.PcscReader.DisconnectionMode
-
-
Uses of PcscReader.DisconnectionMode in org.eclipse.keyple.plugin.pcsc
Methods in org.eclipse.keyple.plugin.pcsc that return PcscReader.DisconnectionMode Modifier and Type Method Description static PcscReader.DisconnectionModePcscReader.DisconnectionMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PcscReader.DisconnectionMode[]PcscReader.DisconnectionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.keyple.plugin.pcsc with parameters of type PcscReader.DisconnectionMode Modifier and Type Method Description PcscReaderPcscReader. setDisconnectionMode(PcscReader.DisconnectionMode disconnectionMode)Changes the action to be taken after disconnection (default valueLEAVE).
-