Class ZoneSequence
The List of Zones on which RFID Operation to be performed
Inheritance
System.Object
ZoneSequence
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 ZoneSequence
Constructors
ZoneSequence()
The constructor
Declaration
public ZoneSequence()
Properties
Length
No of Zones in the Zone sequence
Declaration
public int Length { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
ZoneInfoList
get set methods for Zone Info
Declaration
public ArrayList ZoneInfoList { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ArrayList |
Methods
Add(ZoneSequence.ZoneInfo)
Adds the Zone information to the Sequence
Declaration
public void Add(ZoneSequence.ZoneInfo zoneInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| ZoneSequence.ZoneInfo | zoneInfo | Information of the zone to be added |
Add(UInt16[])
Adds the Zones Ids on which the RFID operation to be performed, all the Antennas configured in the Zone will participate in the operation, the order will be same as the configuration order.
Declaration
public void Add(ushort[] ZoneIds)
Parameters
| Type | Name | Description |
|---|---|---|
| System.UInt16[] | ZoneIds | The List Zone Ids on which we should perform RFID Operation |
Delete(ZoneSequence.ZoneInfo)
Delete Zone information from the Sequence
Declaration
public void Delete(ZoneSequence.ZoneInfo zoneInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| ZoneSequence.ZoneInfo | zoneInfo | Information of the zone to be added |