Class TagZoneInfo
Contains the result of Zone operation performed.
Inheritance
System.Object
TagZoneInfo
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 TagZoneInfo
Constructors
TagZoneInfo()
Constructor
Declaration
public TagZoneInfo()
Properties
ZoneID
The Zone ID of the Tag Read
Declaration
public ushort ZoneID { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |
ZoneName
Zone Name of the Tag Read
Declaration
public string ZoneName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |