Class ZoneSequence.ZoneInfo
The List of Zones along with Antenna Sequence on which RFID Operation to be performed, The Zones can be repeated to have finer control of the Operation Sequence.
Inheritance
System.Object
ZoneSequence.ZoneInfo
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 ZoneInfo
Constructors
ZoneInfo()
Default Constructor
Declaration
public ZoneInfo()
ZoneInfo(UInt16, UInt16[])
Declaration
public ZoneInfo(ushort zoneId, ushort[] antennaIds)
Parameters
| Type | Name | Description |
|---|---|---|
| System.UInt16 | zoneId | The Zone ID of the Zone on which RFID operation to be performed |
| System.UInt16[] | antennaIds | The List of Antennas of the Zone, on which the RFID operation to be performed |
ZoneInfo(UInt16, UInt16[], OPERATION_QUALIFER)
Declaration
public ZoneInfo(ushort zoneId, ushort[] antennaIds, OPERATION_QUALIFER zoneOperation)
Parameters
| Type | Name | Description |
|---|---|---|
| System.UInt16 | zoneId | The Zone ID of the Zone on which RFID operation to be performed |
| System.UInt16[] | antennaIds | The List of Antennas of the Zone, on which the RFID operation to be performed |
| OPERATION_QUALIFER | zoneOperation | Operation to be performed on current Zone (C1G2) |
Properties
AntennaIdList
The List of Antennas of the Zone, on which the RFID operation to be performed
Declaration
public ushort[] AntennaIdList { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt16[] |
AntennaOperationQualifier
Operation to be performed on current Zone
Declaration
public OPERATION_QUALIFER AntennaOperationQualifier { get; set; }
Property Value
| Type | Description |
|---|---|
| OPERATION_QUALIFER |
ZoneID
The Zone ID of the Zone on which RFID operation to be performed
Declaration
public ushort ZoneID { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |