public class RFIDConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
AlgorithmType |
algorithm
The Q algorithm setting
|
BLFType |
blfType
The BLF setting, only for RP902
|
boolean |
continuousMode
The continuous mode setting
|
Encoding |
encoding
The Encoding setting, only for RP902
|
boolean |
fastID
The fast id setting(read tid), only for RG768 and HT730
|
boolean |
fastMode
The fast mode setting, only for RP902
|
int |
idleTime
The idle time setting
|
int |
inventoryTime
The inventory time setting
|
int |
maxQ
The maximum Q value
|
int |
minQ
The minimum Q value
|
int |
moduleProfile
The module's profile setting, only for HT730
|
int |
power
The antenna power setting
|
Session |
session
The Session setting
|
int |
startQ
The start Q value
|
Target |
target
The Target setting
|
TARIType |
tariType
The TARI setting, only for RP902
|
boolean |
toggleTarget
The toggle target setting
|
Constructor and Description |
---|
RFIDConfig() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public boolean continuousMode
public Target target
public Session session
public Encoding encoding
public TARIType tariType
public BLFType blfType
public AlgorithmType algorithm
public boolean fastMode
public boolean fastID
public boolean toggleTarget
public int moduleProfile
public int power
public int inventoryTime
public int idleTime
public int startQ
public int maxQ
public int minQ