ReaderCapabilitiesBuilder Class

TegoOS

ReaderCapabilitiesBuilder Class

[Missing <summary> documentation for "T:Tego.Rfid.Gen2.Implementation.ReaderCapabilitiesBuilder"]

Inheritance Hierarchy
SystemObject  Tego.Rfid.Gen2.ImplementationReaderCapabilitiesBuilder

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

The ReaderCapabilitiesBuilder type exposes the following members.

Constructors
  NameDescription
Public methodReaderCapabilitiesBuilder
Initializes a new instance of the ReaderCapabilitiesBuilder class
Top
Properties
  NameDescription
Public propertyOtherData
Table for holding other information that does not consitute capabilities, e.g. serial number, etc.
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 methodStatic memberGetBuilder
Public methodGetCapabilities
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 methodSetAntennaIds
Sets the ID of any antennas that are detected (default null).
Public methodSetAntennas
Sets the collection of antenna ID's. Antennas are numbered 1, 2, 3, etc.
Public methodSetDevice
Sets the reader type identification.
Public methodSetFirmware
Sets the firmware revision level.
Public methodSetGP_INPUTS
Sets the number of general purpose inputs.
Public methodSetGP_OUTPUTS
Sets the number of general purpose outputs.
Public methodSetManufacturer
Sets the name of the reader manufacturer.
Public methodSetMaxAntennas
Sets the maximum number of antennas that the reader can use (default 1).
Public methodSetMaxOperations
Sets the number of operations the reader can execute in sequence (default 1).
Public methodSetMaxPower
Sets the maximum power in dBm that the reader can output (default 30).
Public methodSetMaxSelects
Sets the number of selects that may be applied (default 1).
Public methodSetMinPower
Sets the minimum power int dBm that the reader can output (default 10).
Public methodSetModes
Sets the list of modes supported by reader (may be null if no modes are defined).
Public methodSetPowerStep
Sets the granularity in dBm for setting power (default 1).
Public methodSetReportsWriteProgress
Sets whether the reader can report the number of words written when a write operation has failed.
Public methodSetSelectGranularity_bits
Sets the granularity that can be used for select criteria (default 16).
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also