Class RFModeTable
Represents the RF Mode table that the reader is capable of operating.
Inheritance
System.Object
RFModeTable
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 RFModeTable
Properties
Item[Int32]
Declaration
public RFModeTableEntry this[int index] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index |
Property Value
| Type | Description |
|---|---|
| RFModeTableEntry |
Length
Gets the number of RF mode table
Declaration
public int Length { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
ProtocolID
Gets the protocol Identifier. This is the identifier of the air protoocol.
Declaration
public int ProtocolID { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |