Class AntennaConfig
The Class which holds all configuration of the Given Antenna
Inheritance
System.Object
AntennaConfig
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 AntennaConfig
Constructors
AntennaConfig(UInt16)
Constructor
Declaration
public AntennaConfig(ushort antennaId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.UInt16 | antennaId | The Antenna ID of the Configuration |
AntennaConfig(UInt16, PreFilters, Antennas.AntennaRfConfig, Antennas.SingulationControl)
Constructor
Declaration
public AntennaConfig(ushort antennaId, PreFilters preFilters, Antennas.AntennaRfConfig antennaRfConfig, Antennas.SingulationControl singulationControl)
Parameters
| Type | Name | Description |
|---|---|---|
| System.UInt16 | antennaId | The Antenna ID of the Configuration |
| PreFilters | preFilters | List of Prefilters to be applied for the Antenna |
| Antennas.AntennaRfConfig | antennaRfConfig | RF parametres for the Antenna |
| Antennas.SingulationControl | singulationControl | Configuration for Session, Ta Population |
Properties
AntennaId
The Antenna ID to which the configuration belongs to
Declaration
public ushort AntennaId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |
AntennaRfConfig
Holds the RF related configuration of the Antenna
Declaration
public Antennas.AntennaRfConfig AntennaRfConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Antennas.AntennaRfConfig |
PrefilterList
List of Prefilters to be applied for the Antenna
Declaration
public PreFilters PrefilterList { get; set; }
Property Value
| Type | Description |
|---|---|
| PreFilters |
SingulationControl
Configuration related to singulation control parameters session, Tag Population and the tag transit time
Declaration
public Antennas.SingulationControl SingulationControl { get; set; }
Property Value
| Type | Description |
|---|---|
| Antennas.SingulationControl |