ReaderCapabilitiesBuilder Methods

TegoOS

ReaderCapabilitiesBuilder Methods

The ReaderCapabilitiesBuilder type exposes the following members.

Methods
  Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method Static member GetBuilder
Public method GetCapabilities
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method SetAntennaIds
Sets the ID of any antennas that are detected (default null).
Public method SetAntennas
Sets the collection of antenna ID's. Antennas are numbered 1, 2, 3, etc.
Public method SetDevice
Sets the reader type identification.
Public method SetFirmware
Sets the firmware revision level.
Public method SetGP_INPUTS
Sets the number of general purpose inputs.
Public method SetGP_OUTPUTS
Sets the number of general purpose outputs.
Public method SetManufacturer
Sets the name of the reader manufacturer.
Public method SetMaxAntennas
Sets the maximum number of antennas that the reader can use (default 1).
Public method SetMaxOperations
Sets the number of operations the reader can execute in sequence (default 1).
Public method SetMaxPower
Sets the maximum power in dBm that the reader can output (default 30).
Public method SetMaxSelects
Sets the number of selects that may be applied (default 1).
Public method SetMinPower
Sets the minimum power int dBm that the reader can output (default 10).
Public method SetModes
Sets the list of modes supported by reader (may be null if no modes are defined).
Public method SetPowerStep
Sets the granularity in dBm for setting power (default 1).
Public method SetReportsWriteProgress
Sets whether the reader can report the number of words written when a write operation has failed.
Public method SetSelectGranularity_bits
Sets the granularity that can be used for select criteria (default 16).
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also