Class ReaderRegion.ActiveRegionInfo
This class contains the information of currently active region regulatory
Inheritance
System.Object
ReaderRegion.ActiveRegionInfo
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 ActiveRegionInfo
Properties
ChannelIndexList
Gets list of channel indexes that are currently enabled in active region
Declaration
public int[] ChannelIndexList { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32[] |
IsHoppingOn
Gets whether hopping is ON or OFF
Declaration
public bool IsHoppingOn { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
RegionName
Gets region name
Declaration
public string RegionName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
StandardName
Gets communication standard name
Declaration
public string StandardName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |