public class RFID
extends java.lang.Object
RFIDReader
.Modifier and Type | Method and Description |
---|---|
static RFIDReader |
open()
This method is used to obtain a global instance of
RFIDReader . |
public static RFIDReader open() throws ReaderException
RFIDReader
.
Internally, if necessary, this will perform all the required steps to initialize
communication with the RFID module.
The returned RFIDReader instance is used to perform RFID related operations.ReaderException
- is raised if there is error when connecting to the RFID module