IReaderCapabilities Interface

TegoOS

IReaderCapabilities Interface
Interface that defines reader capabilities.

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

The IReaderCapabilities type exposes the following members.

Properties
  NameDescription
Public propertyAntennaIds
Gets the collection of antenna ID's. Antennas are numbered 1, 2, 3, etc.
Public propertyAntennas
Gets the maximum number of antennas that the reader can use.
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 ID of any antennas that are detected (default null).
Public propertyMaxOperations
The number of operations the reader can execute in sequence.
Public propertyMaxPower
The maximum power in dBm that the reader can output.
Public propertyMaxSelects
The number of selects that may be applied (default 1).
Public propertyMinPower
The minimum power int dBm that the reader can output.
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 propertySelectGranularity_bits
The granularity that can be used for select criteria.
Top
See Also