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 |
lbtCfgSetting
The lbtCfgSetting value
|
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
|
PA768eEnums.RfMode |
rfMode
The rf mode setting
|
Session |
session
The Session setting
|
int |
startQ
The start Q value
|
boolean |
tagFocus
The tag focus setting
|
Target |
target
The Target setting
|
TARIType |
tariType
The TARI setting, only for RP902
|
boolean |
toggleTarget
The toggle target setting
|
| Constructor and Description |
|---|
RFIDConfig()
The antenna dwellTime value
|
| 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
public PA768eEnums.RfMode rfMode
public boolean tagFocus
public int lbtCfgSetting