Uses of Interface
org.eclipse.keyple.core.service.Reader
-
Packages that use Reader Package Description org.eclipse.keyple.core.service Interfaces and classes to manipulate core Keyple objects and services. -
-
Uses of Reader in org.eclipse.keyple.core.service
Subinterfaces of Reader in org.eclipse.keyple.core.service Modifier and Type Interface Description interfaceConfigurableReaderDrives the underlying hardware to configure the protocol to use.interfaceObservableReaderKeyple observable card reader.Methods in org.eclipse.keyple.core.service that return Reader Modifier and Type Method Description ReaderPoolPlugin. allocateReader(java.lang.String readerGroupReference)Gets aReaderand makes it exclusive to the caller until thePoolPlugin.releaseReader(Reader)method is invoked.ReaderPlugin. getReader(java.lang.String name)Gets theReaderwhose name is provided.Methods in org.eclipse.keyple.core.service that return types with arguments of type Reader Modifier and Type Method Description java.util.Set<Reader>Plugin. getReaders()Gets all connected readers.Methods in org.eclipse.keyple.core.service with parameters of type Reader Modifier and Type Method Description voidPoolPlugin. releaseReader(Reader reader)Releases a Reader previously allocated with allocateReader.
-