public static final class StUhf.InterrogatorModelF.UmfQueryTagGroup
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
StUhf.InterrogatorModelF.UmfQueryTagGroup.QuerySelected
Name: RFID_18K6C_SELECTED - The states for a tag's SL flag.
|
static class |
StUhf.InterrogatorModelF.UmfQueryTagGroup.QuerySession
Name: RFID_18K6C_INVENTORY_SESSION - The ISO 18000-6C inventory session
flags that are available.
|
static class |
StUhf.InterrogatorModelF.UmfQueryTagGroup.QuerySessionTarget
Name: RFID_18K6C_INVENTORY_SESSION_TARGET - The valid states for a tag's ISO
18000-6C inventory flags.
|
Modifier and Type | Field and Description |
---|---|
protected StUhf.InterrogatorModelF.UmfQueryTagGroup.QuerySelected |
selected
The state of the SL flag
|
protected StUhf.InterrogatorModelF.UmfQueryTagGroup.QuerySession |
session
Which inventory session (S0, S1, etc.)
|
protected StUhf.InterrogatorModelF.UmfQueryTagGroup.QuerySessionTarget |
sessionTarget
The state of the inventory session specified by the session field
|
Modifier and Type | Method and Description |
---|---|
static StUhf.InterrogatorModelF.UmfQueryTagGroup |
newInstanceOf(StUhf.InterrogatorModelF.UmfQueryTagGroup.QuerySelected selected,
StUhf.InterrogatorModelF.UmfQueryTagGroup.QuerySession session,
StUhf.InterrogatorModelF.UmfQueryTagGroup.QuerySessionTarget sessionTarget)
create an instance of
StUhf.InterrogatorModelF.UmfQueryTagGroup |
StUhf.InterrogatorModelF.UmfQueryTagGroup.QuerySelected |
selected()
The state of the SL flag
|
StUhf.InterrogatorModelF.UmfQueryTagGroup.QuerySession |
session()
Which inventory session (S0, S1, etc.)
|
StUhf.InterrogatorModelF.UmfQueryTagGroup.QuerySessionTarget |
sessionTarget()
The state of the inventory session specified by the session field
|
protected final StUhf.InterrogatorModelF.UmfQueryTagGroup.QuerySelected selected
protected final StUhf.InterrogatorModelF.UmfQueryTagGroup.QuerySession session
protected final StUhf.InterrogatorModelF.UmfQueryTagGroup.QuerySessionTarget sessionTarget
public static StUhf.InterrogatorModelF.UmfQueryTagGroup newInstanceOf(StUhf.InterrogatorModelF.UmfQueryTagGroup.QuerySelected selected, StUhf.InterrogatorModelF.UmfQueryTagGroup.QuerySession session, StUhf.InterrogatorModelF.UmfQueryTagGroup.QuerySessionTarget sessionTarget)
StUhf.InterrogatorModelF.UmfQueryTagGroup
selected
- :The state of the SL flagsession:Which
- inventory session (S0, S1, etc.)sessionTarget:The
- state of the inventory session specified by the session fieldpublic StUhf.InterrogatorModelF.UmfQueryTagGroup.QuerySelected selected()
public StUhf.InterrogatorModelF.UmfQueryTagGroup.QuerySession session()
public StUhf.InterrogatorModelF.UmfQueryTagGroup.QuerySessionTarget sessionTarget()