Gets a value indicating whether or not a tag is on the reader.

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

Syntax

C#
public bool TagPresent { get; }
Visual Basic (Declaration)
Public ReadOnly Property TagPresent As Boolean
Visual C++
public:
property bool TagPresent {
	bool get ();
}

Remarks

If there is a tag currently being read by the reader, this will return true. Otherwise it returns false.

Exceptions

ExceptionCondition
Phidgets..::.PhidgetExceptionIf this Phidget is not opened and attached.

See Also