Package com.zebra.rfid.api3
Class Antennas.SingulationControl.SingulationAction
- java.lang.Object
-
- com.zebra.rfid.api3.Antennas.SingulationControl.SingulationAction
-
- Enclosing class:
- Antennas.SingulationControl
public class Antennas.SingulationControl.SingulationAction extends java.lang.Object
This class contains configuration parameter related to state aware singulation action
-
-
Constructor Summary
Constructors Constructor Description SingulationAction()
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description INVENTORY_STATE
getInventoryState()
Gets the inventory state.SL_FLAG
getSLFlag()
Gets the SL flag.boolean
isPerformStateAwareSingulationActionSet()
Gets the Perform State aware singulation action (true or false)void
setInventoryState(INVENTORY_STATE inventoryState)
Sets the inventory state.void
setPerformStateAwareSingulationAction(boolean m_PerformStateAwareSingulationAction)
Sets the Perform State aware singulation action (true or false)void
setSLFlag(SL_FLAG slFlag)
Sets the SL flag.
-
-
-
Method Detail
-
getInventoryState
public INVENTORY_STATE getInventoryState()
Gets the inventory state. Only tags that match the session state participate in the inventory round.
-
setInventoryState
public void setInventoryState(INVENTORY_STATE inventoryState)
Sets the inventory state. Only tags that match the session state participate in the inventory round.
-
isPerformStateAwareSingulationActionSet
public boolean isPerformStateAwareSingulationActionSet()
Gets the Perform State aware singulation action (true or false)
-
setPerformStateAwareSingulationAction
public void setPerformStateAwareSingulationAction(boolean m_PerformStateAwareSingulationAction)
Sets the Perform State aware singulation action (true or false)
-
getSLFlag
public SL_FLAG getSLFlag()
Gets the SL flag. Only tags that match that tag state participate in the inventory round
-
setSLFlag
public void setSLFlag(SL_FLAG slFlag)
Sets the SL flag. Only tags that match that tag state participate in the inventory round
-
-