Uses of Class
org.eclipse.keyple.plugin.pcsc.PcscReader.SharingMode
-
-
Uses of PcscReader.SharingMode in org.eclipse.keyple.plugin.pcsc
Methods in org.eclipse.keyple.plugin.pcsc that return PcscReader.SharingMode Modifier and Type Method Description static PcscReader.SharingModePcscReader.SharingMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PcscReader.SharingMode[]PcscReader.SharingMode. 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.SharingMode Modifier and Type Method Description PcscReaderPcscReader. setSharingMode(PcscReader.SharingMode sharingMode)Changes the PC/SC sharing mode (default valueEXCLUSIVE).
-