Class FrequencyHopTable
This class contains Frequency Hop table
Inheritance
System.Object
FrequencyHopTable
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 FrequencyHopTable
Properties
FrequencyHopValues
Gets the Hop Frequencies
Declaration
public int[] FrequencyHopValues { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32[] |
HopTableID
Gets the Hop table ID
Declaration
public int HopTableID { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |