ReaderMode Class

TegoOS

ReaderMode Class
Provides Gen 2 air interface parameters for a reader mode.
Inheritance Hierarchy
SystemObject  Tego.Rfid.Gen2ReaderMode

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

The ReaderMode type exposes the following members.

Constructors
  NameDescription
Public methodReaderMode
Initializes a new instance of the ReaderMode class
Top
Properties
  NameDescription
Public propertyDivideRatio
Gets 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
Gets the PIE for this mode.
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetCompliance
Sets whether this mode is spec compliant.
Public methodSetDivideRatio
Sets the divide ratio for this mode.
Public methodSetMaxTari
Sets the maximum Tari value for this mode.
Public methodSetMillerValue
Sets the Miller value for this mode.
Public methodSetMinTari
Sets the minimum Tari value for this mode.
Public methodSetModeIdentifier
Sets the mode identifier, which is normally an index into a table of modes.
Public methodSetModulation
Sets the forward link modulation scheme for this mode.
Public methodSetPIE
Sets the PIE for this mode.
Public methodSetSpectralMask
Sets the spectral mask type for this mode.
Public methodSetTagDataRate
Sets the tag data rate for this mode.
Public methodSetTariStep
Sets the step increment if the Tari value can be set in this mode.
Public methodToString (Overrides ObjectToString.)
Top
See Also