This class represents a Phidget RFID Reader. All methods to read tags and set outputs on the RFID reader are implemented in this class.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public class RFID : Phidget
Visual Basic (Declaration)
Public Class RFID _
	Inherits Phidget
Visual C++
public ref class RFID : public Phidget

Remarks

The Phidget RFID reader can read one tag at a time. Both tag and tagloss event handlers are provided, as well as control over the antenna so that multiple readers can be used in close proximity without interference.

Inheritance Hierarchy

System..::.Object
  Phidgets..::.Phidget
    Phidgets..::.RFID

See Also