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 interface
ConfigurableReader
Drives the underlying hardware to configure the protocol to use.interface
ObservableReader
Keyple observable card reader.Methods in org.eclipse.keyple.core.service that return Reader Modifier and Type Method Description Reader
PoolPlugin. allocateReader(java.lang.String readerGroupReference)
Gets aReader
and makes it exclusive to the caller until thePoolPlugin.releaseReader(Reader)
method is invoked.Reader
Plugin. getReader(java.lang.String name)
Gets theReader
whose 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 void
PoolPlugin. releaseReader(Reader reader)
Releases a Reader previously allocated with allocateReader.
-