A Sandcastle Documented Class Library
![]() | ReaderCapabilities Class |
Class represents capabilities of readers,
allows applications to get Mins and Maxs of reader properties

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)

The ReaderCapabilities type exposes the following members.

Name | Description | |
---|---|---|
![]() | ReaderCapabilities |
Constructor, sets default value of each capability
|

Name | Description | |
---|---|---|
![]() | AntennaIds | Gets the ID of any antennas that are detected (default null). |
![]() | Antennas | Gets the collection of antenna ID's. Antennas are numbered 1, 2, 3, etc. |
![]() | Device | Reader type identification. |
![]() | Firmware | Firmware revision level. |
![]() | GP_INPUTS | Number of general purpose inputs. |
![]() | GP_OUTPUTS | Number of general purpose outputs. |
![]() | Manufacturer | Name of reader manufacturer. |
![]() | MaxAntennas | Gets the maximum number of antennas that the reader can use (default 1). |
![]() | MaxOperations | The number of operations the reader can execute in sequence (default 1). |
![]() | MaxPower | The maximum power in dBm that the reader can output (default 30). |
![]() | MaxSelects | The number of selects that may be applied (default 1). |
![]() | MinPower | The minimum power int dBm that the reader can output (default 10). |
![]() | Modes | List of modes supported by reader (may be null if no modes are defined). |
![]() | PowerStep | The granularity in dBm for setting power (default 1). |
![]() | ReportsWriteProgress | True if the reader can report the number of words written when a write operation has failed. |
![]() | SelectGranularity_bits | The granularity that can be used for select criteria (default 16). |

Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
