Metratec devices library 3.1.1.0
Public Member Functions | List of all members
MetraTecDevices.DeskID_UHF Class Reference

The DeskID UHF is a compact and well-priced RFID reader/writer working at 868 MHz (UHF RFID, EU) or 902 – 928 MHz (FCC, USA). Its main use is to read and write data to EPC Gen 2 transponders directly from your PC or laptop. Thus, the device is a handy tool for all UHF applications for testing tags, writing an EPC, or just debugging your UHF gate. More...

Inheritance diagram for MetraTecDevices.DeskID_UHF:

Public Member Functions

 DeskID_UHF (string portName)
 The constructor of the DeskID_UHF object.
 
 DeskID_UHF (string portName, ILogger logger)
 The constructor of the DeskID_UHF object.
 
override void SetPower (int power)
 Set the reader power.
 

Detailed Description

The DeskID UHF is a compact and well-priced RFID reader/writer working at 868 MHz (UHF RFID, EU) or 902 – 928 MHz (FCC, USA). Its main use is to read and write data to EPC Gen 2 transponders directly from your PC or laptop. Thus, the device is a handy tool for all UHF applications for testing tags, writing an EPC, or just debugging your UHF gate.

Constructor & Destructor Documentation

◆ DeskID_UHF() [1/2]

MetraTecDevices.DeskID_UHF.DeskID_UHF ( string  portName)

The constructor of the DeskID_UHF object.

Parameters
portNameThe device hardware information structure needed to connect to the device

◆ DeskID_UHF() [2/2]

MetraTecDevices.DeskID_UHF.DeskID_UHF ( string  portName,
ILogger  logger 
)

The constructor of the DeskID_UHF object.

Parameters
portNameThe device hardware information structure needed to connect to the device
loggerthe logger

Member Function Documentation

◆ SetPower()

override void MetraTecDevices.DeskID_UHF.SetPower ( int  power)

Set the reader power.

Parameters
powerthe reader power [-2, 17]
Exceptions
T:System.InvalidOperationExceptionIf the reader return an error
T:System.TimeoutExceptionThrown if the reader does not responding in time
T:System.ObjectDisposedExceptionIf the reader is not connected or the connection is lost

The documentation for this class was generated from the following file: