Class Antennas.RFMode
This class represents the C1G2 RF Mode and the Tari value to use for the inventory operation.
Inheritance
System.Object
Antennas.RFMode
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 RFMode
Constructors
RFMode()
Connstructor
Declaration
public RFMode()
RFMode(UInt32, UInt32)
Constructor with parameters
Declaration
public RFMode(uint tableIndex, uint tari)
Parameters
| Type | Name | Description |
|---|---|---|
| System.UInt32 | tableIndex | Index of RF Mode table |
| System.UInt32 | tari | tari value (in nsec) |
Properties
TableIndex
Gets or sets the RF Mode table to be used. This is an index into the RFModeTable
Declaration
public uint TableIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
Tari
Gets or sets the TARI specified in nsec. This is specified if the mode selected has a Tari range. If the selected mode has a range, and the Tari is set to zero, the Reader implementation picks up any Tari value within the range. If the selected RF mode has a range, and the specified Tari is out of that range and is not set to zero, an error message will be generated.
Declaration
public uint Tari { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |