public class STUHFL_T_ST25RU3993_Gen2_InventoryCfg.Anticollision
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
adaptiveQ |
byte[] |
C1
< I/O Param: Q algorithm C2 values for each Q
|
byte[] |
C2
< I/O Param: Q algorithm options
|
byte |
maxQ
< I/O Param: Minimum value that Q could reach
|
byte |
minQ
< I/O Param: Q starting value
|
byte |
options
< I/O Param: Maximum value that Q could reach.
|
byte |
startQ
< I/O Param: Flag to enable automatic Q adaption
|
Constructor and Description |
---|
Anticollision(boolean adaptiveQ,
byte startQ,
byte minQ,
byte maxQ,
byte options,
byte[] c2,
byte[] c1)
< I/O Param: Q algorithm C1 values for each Q
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public boolean adaptiveQ
public byte startQ
public byte minQ
public byte maxQ
public byte options
public byte[] C2
public byte[] C1