Class AntennaInfo
This class contains the information about the Antennas on which an operation is to be performed. Inventory or Access can be performed on a list of selected Antenna.
Inheritance
System.Object
AntennaInfo
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 AntennaInfo
Constructors
AntennaInfo()
The constructor
Declaration
public AntennaInfo()
AntennaInfo(UInt16[])
The constructor to initialize the AntennaInfo.
Declaration
public AntennaInfo(ushort[] antennaID)
Parameters
| Type | Name | Description |
|---|---|---|
| System.UInt16[] | antennaID | ushort array containing the array of AntennaID. |
AntennaInfo(UInt16[], OPERATION_QUALIFER[])
Antenna Info Constructor
Declaration
public AntennaInfo(ushort[] antennaID, OPERATION_QUALIFER[] antennaOper)
Parameters
| Type | Name | Description |
|---|---|---|
| System.UInt16[] | antennaID | Antenna ID |
| OPERATION_QUALIFER[] | antennaOper | Operation Qualifier |
Properties
AntennaID
Array of AntennaID on which an Action is to be performed. AntennaID should be a non-zero value with in the limits of the maximum number of antennas supported by the reader.
Declaration
public ushort[] AntennaID { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt16[] |
OperationQualifier
Array of Operations for each Antenna ID in AntennaID array
Declaration
public OPERATION_QUALIFER[] OperationQualifier { get; set; }
Property Value
| Type | Description |
|---|---|
| OPERATION_QUALIFER[] |