Class RFModeTableEntry
This class represents the RF Mode table entry
Inheritance
Inherited Members
Namespace: rfid.api
Assembly: rfid.netcore.dll
Syntax
public class RFModeTableEntry
Properties
BdrValue
Gets the BDR value, the Backscatter data rate in bps Possible Values: 40000 – 640000 bps
Declaration
public uint BdrValue { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
DivideRatio
Gets the divide ratio
Declaration
public DIVIDE_RATIO DivideRatio { get; }
Property Value
| Type | Description |
|---|---|
| DIVIDE_RATIO |
EPCHAGTCConformance
Gets EPC HAG T&C Conformance Indicates whether reader has received EPC Global Conformance for this mode as specified in EPCGlobal Testing and Conformance
Declaration
public bool EPCHAGTCConformance { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
ForwardLinkModulationType
Gets the Forward Link Modulation type
Declaration
public FORWARD_LINK_MODULATION ForwardLinkModulationType { get; }
Property Value
| Type | Description |
|---|---|
| FORWARD_LINK_MODULATION |
MaxTariValue
Gets the maximum TARI value. Maximum Tari time in nanoseconds. Possible Values: 6250-25000
Declaration
public uint MaxTariValue { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
MinTariValue
Gets the minimum TARI value. Minimum Tari time in nanoseconds Possible Values: 6250-25000
Declaration
public uint MinTariValue { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
ModeIdentifier
Gets the mode identifier. This is a reader defined identifier that the client may use to set the Gen2 operating parameters
Declaration
public uint ModeIdentifier { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
Modulation
Gets the modulation, the M value
Declaration
public MODULATION Modulation { get; }
Property Value
| Type | Description |
|---|---|
| MODULATION |
PieValue
Gets the Pie value. One thousand times the ratio of data-0 symbol length and data-1 symbol length in pulse-interval encoding. The C1G2 spec specifies the ratio of 1.5 - 2.0 Possible Values: 1500-2000
Declaration
public uint PieValue { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
SpectralMaskIndicator
Gets the Spectral Mask Indicator Possible Values: 0 - 3 0 Unknown 1 SI – Meets [C1G2] Single-Interrogator Mode Mask 2 MI – Meets [C1G2] Multi-Interrogator Mode Mask 3 DI - Meets [C1G2] Dense-Interrogator Mode Mask
Declaration
public SPECTRAL_MASK_INDICATOR SpectralMaskIndicator { get; }
Property Value
| Type | Description |
|---|---|
| SPECTRAL_MASK_INDICATOR |
StepTariValue
Gets the Step Tari value in nanoseconds. Possible Values: 0 - 18750 nsec
Declaration
public uint StepTariValue { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |