public class STUHFL_T_ST25RU3993_Gen2_InventoryCfg.QueryParams
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
byte |
sel |
STUHFL_E.GEN2_SESSION |
session
< I/O Param: For QUERY Sel field
|
STUHFL_E.GEN2_TARGET |
target
< I/O Param: STUHFL_D_GEN2_SESSION_S0, ...
|
boolean |
targetDepletionMode
< I/O Param: Toggle between Target A and B
|
boolean |
toggleTarget
< I/O Param: For QUERY Target field
|
Constructor and Description |
---|
QueryParams(byte sel,
STUHFL_E.GEN2_SESSION session,
STUHFL_E.GEN2_TARGET target,
boolean toggleTarget,
boolean targetDepletionMode)
< I/O Param: If set to 1 and the target shall be toggled in inventory an additional inventory round before the target is toggled will be executed.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public byte sel
public STUHFL_E.GEN2_SESSION session
public STUHFL_E.GEN2_TARGET target
public boolean toggleTarget
public boolean targetDepletionMode
public QueryParams(byte sel, STUHFL_E.GEN2_SESSION session, STUHFL_E.GEN2_TARGET target, boolean toggleTarget, boolean targetDepletionMode)