Class FrequencyHopInfo
Frequency Hop Information. This is transmitted only when IsHoppingEnabled is true.
Inheritance
System.Object
FrequencyHopInfo
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 FrequencyHopInfo
Properties
Item[Int32]
Returns the Hop table for the given hop table index
Declaration
public FrequencyHopTable this[int index] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index |
Property Value
| Type | Description |
|---|---|
| FrequencyHopTable |
Length
Gets the numder of Hop tables
Declaration
public int Length { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |