ReaderModeBuilder Class

TegoOS

ReaderModeBuilder Class
Reader RF mode builder which can create a mode and set the individual mode properties.
Inheritance Hierarchy
SystemObject  Tego.Rfid.Gen2.ImplementationReaderModeBuilder

Namespace: Tego.Rfid.Gen2.Implementation
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public class ReaderModeBuilder
Public Class ReaderModeBuilder
public ref class ReaderModeBuilder
type ReaderModeBuilder =  class end

The ReaderModeBuilder type exposes the following members.

Constructors
  NameDescription
Public methodReaderModeBuilder
Initializes a new instance of the ReaderModeBuilder class
Top
Properties
  NameDescription
Public propertyOtherData
Table for holding other information that does not consitute mode.
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 methodGetMode
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 the mode is spec compliant.
Public methodSetDivideRatio
Sets the divide ratio for the mode.
Public methodSetMaxTari
Sets the maximum Tari value for the mode.
Public methodSetMillerValue
Sets the Miller value for the mode.
Public methodSetMinTari
Sets the minimum Tari value for the 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 the mode.
Public methodSetPIE
Sets the PIE for the mode.
Public methodSetSpectralMask
Sets the spectral mask type for the mode.
Public methodSetTagDataRate
Sets the tag data rate for the mode.
Public methodSetTariStep
Sets the step increment if the Tari value can be set in the mode.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also