Class RFModes
RF Modes supported by the reader
Inheritance
System.Object
RFModes
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 RFModes
Properties
Item[Int32]
Gets the RF Mode table for the given index
Declaration
public RFModeTable this[int index] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index |
Property Value
| Type | Description |
|---|---|
| RFModeTable |
Length
Gets the number of RF mode table
Declaration
public int Length { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |