ReaderCapabilities Class

TegoOS

ReaderCapabilities Class
Class represents capabilities of readers, allows applications to get Mins and Maxs of reader properties
Inheritance Hierarchy
SystemObject  Tego.Rfid.Gen2ReaderCapabilities

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

The ReaderCapabilities type exposes the following members.

Constructors
  NameDescription
Public methodReaderCapabilities
Constructor, sets default value of each capability
Top
Properties
  NameDescription
Public propertyAntennaIds
Gets the ID of any antennas that are detected (default null).
Public propertyAntennas
Gets the collection of antenna ID's. Antennas are numbered 1, 2, 3, etc.
Public propertyDevice
Reader type identification.
Public propertyFirmware
Firmware revision level.
Public propertyGP_INPUTS
Number of general purpose inputs.
Public propertyGP_OUTPUTS
Number of general purpose outputs.
Public propertyManufacturer
Name of reader manufacturer.
Public propertyMaxAntennas
Gets the maximum number of antennas that the reader can use (default 1).
Public propertyMaxOperations
The number of operations the reader can execute in sequence (default 1).
Public propertyMaxPower
The maximum power in dBm that the reader can output (default 30).
Public propertyMaxSelects
The number of selects that may be applied (default 1).
Public propertyMinPower
The minimum power int dBm that the reader can output (default 10).
Public propertyModes
List of modes supported by reader (may be null if no modes are defined).
Public propertyPowerStep
The granularity in dBm for setting power (default 1).
Public propertyReportsWriteProgress
True if the reader can report the number of words written when a write operation has failed.
Public propertySelectGranularity_bits
The granularity that can be used for select criteria (default 16).
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also