IReaderMode Interface

TegoOS

IReaderMode Interface
Provides Gen 2 air interface parameters for a reader mode.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public interface IReaderMode
Public Interface IReaderMode
public interface class IReaderMode
type IReaderMode =  interface end

The IReaderMode type exposes the following members.

Properties
  NameDescription
Public propertyDivideRatio
Sets the divide ratio for this mode.
Public propertyIsCompliant
Gets whether this mode is spec compliant.
Public propertyMaxTari
Gets the maximum Tari value for this mode.
Public propertyMillerEncoding
Gets the Miller value for this mode.
Public propertyMinTari
Gets the minimum Tari value for this mode.
Public propertyModeIdentifier
Gets the mode identifier, which is normally an index into a table of modes.
Public propertyModulation
Gets the forward link modulation scheme for this mode.
Public propertyPIE
Reader PIE parameter - related to length of 0 and 1 bits.
Public propertySpectralMask
Gets the spectral mask type for this mode.
Public propertyTagDataRate
Gets the tag data rate for this mode.
Public propertyTariStep
Gets the step increment if the Tari value can be set in this mode. If not settable is 0.
Top
See Also