Class Antennas.SingulationControl.SingulationAction
This class contains configuration parameter related to state aware singulation action
Inheritance
System.Object
Antennas.SingulationControl.SingulationAction
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: rfid.api
Assembly: rfid.netcore.dll
Syntax
public class SingulationAction
Constructors
SingulationAction()
Constructor
Declaration
public SingulationAction()
Properties
InventoryState
Gets or sets the inventory state. Only tags that match the session state participate in the inventory round.
Declaration
public INVENTORY_STATE InventoryState { get; set; }
Property Value
| Type | Description |
|---|---|
| INVENTORY_STATE |
PerformStateAwareSingulationAction
Gets or sets the Perform State aware singulation action (true or false)
Declaration
public bool PerformStateAwareSingulationAction { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
SLFlag
Gets or sets the SL flag. Only tags that match that tag state participate in the inventory round
Declaration
public SL_FLAG SLFlag { get; set; }
Property Value
| Type | Description |
|---|---|
| SL_FLAG |