Class ReaderRegion.CommunicationStandardInfo
This class contains given region regulatory related standard information
Inheritance
System.Object
ReaderRegion.CommunicationStandardInfo
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 CommunicationStandardInfo
Properties
ChannelFrequencyValueList
Gets value list of channels supported by communication standard
Declaration
public int[] ChannelFrequencyValueList { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32[] |
ChannelIndexList
Gets list of channel indexes that are supported by communication standard
Declaration
public int[] ChannelIndexList { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32[] |
IsHoppingConfigurable
Gets whether hopping configuration is allowed
Declaration
public bool IsHoppingConfigurable { 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 |