Gets the last tag read by the reader - this tag may or may not still be on the reader - use TagPresent to find out.
Namespace:
PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
Syntax
C# |
---|
public string LastTag { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property LastTag As String |
Visual C++ |
---|
public: property String^ LastTag { String^ get (); } |
Exceptions
Exception | Condition |
---|---|
Phidgets..::.PhidgetException | If this Phidget is not opened and attached. |