Interface | Description |
---|---|
RFIDCallback |
A callback function to receive tag information.
|
Class | Description |
---|---|
LockFields |
Lock fields are used during the tag lock operations.
|
Mask |
The Gen2 protocol Mask used for RFID operations.
|
RFID |
This class is used to initialize and obtain the global instance of
RFIDReader . |
RFIDReader |
Abstract class RFIDReader.
|
RFIDResult |
Result returned by reader.
|
Tag |
The Tag class contains tag information (EPC, RSSI, etc.).
|
Enum | Description |
---|---|
Bank |
Memory Bank of RFID tag.
|
LockType |
Definitions of lock types for
RFIDReader.lock(LockFields, LockType, String) . |
RFIDInfo |
RFID Module information.
|
SearchMode |
Definitions of inventory search modes
RFIDReader.setSearchMode(SearchMode) . |
Session |
Control which Gen 2 protocol session is used to inventory tags.
|
Target |
The Gen2 protocol target (A/B).
|
Exception | Description |
---|---|
InvalidParamException |
The InvalidParamException is raised if you attempt to supply an invalid parameters with
RFIDReader . |
NotSupportedException |
The NotSupportedException is raised if you attempt to use a feature that is not supported.
|
ReaderException |
The ReaderException is raised if there is an error when using
RFIDReader . |
RFIDBusyException |
The RFIDBusyException is raised if the Reader is busy and cannot run another command.
|