Package com.zebra.rfid.api3
Class Antennas.SingulationControl.SingulationAction
java.lang.Object
com.zebra.rfid.api3.Antennas.SingulationControl.SingulationAction
- Enclosing class:
Antennas.SingulationControl
This class contains configuration parameter related to state aware singulation
action
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the inventory state.Gets the SL flag.booleanGets the Perform State aware singulation action (true or false)voidsetInventoryState(INVENTORY_STATE inventoryState) Sets the inventory state.voidsetPerformStateAwareSingulationAction(boolean m_PerformStateAwareSingulationAction) Sets the Perform State aware singulation action (true or false)voidSets the SL flag.
-
Constructor Details
-
SingulationAction
public SingulationAction()Constructor
-
-
Method Details
-
getInventoryState
Gets the inventory state. Only tags that match the session state participate in the inventory round. -
setInventoryState
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
Gets the SL flag. Only tags that match that tag state participate in the inventory round -
setSLFlag
Sets the SL flag. Only tags that match that tag state participate in the inventory round
-