Class Antennas.SingulationControl
This class represents the antenna configuration related to singulation control parameters session, Tag Population and the tag transit time
Inheritance
System.Object
Antennas.SingulationControl
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 SingulationControl
Constructors
SingulationControl()
Constructor
Declaration
public SingulationControl()
Fields
Action
Singulation Action
Declaration
public Antennas.SingulationControl.SingulationAction Action
Field Value
| Type | Description |
|---|---|
| Antennas.SingulationControl.SingulationAction |
Properties
Session
Gets or sets the session. This is the session number that the tags use to update the inventory state upon successful singulation
Declaration
public SESSION Session { get; set; }
Property Value
| Type | Description |
|---|---|
| SESSION |
TagPopulation
Gets or sets Tag population. This is the expected tag population in the field of view of the antenna
Declaration
public ushort TagPopulation { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |
TagTransitTime
Gets or sets the Tag Transit time. This is the measure of expected tag mobility in the field of view of the antenna where this inventory operation is getting executed.
Declaration
public ushort TagTransitTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |