Gets the protocol of the last tag read by the reader - this tag may or may not still be on the reader - use TagPresent to find out.

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

Syntax

C#
public RFID..::.RFIDTagProtocol LastTagProtocol { get; }
Visual Basic (Declaration)
Public ReadOnly Property LastTagProtocol As RFID..::.RFIDTagProtocol
Visual C++
public:
property RFID..::.RFIDTagProtocol LastTagProtocol {
	RFID..::.RFIDTagProtocol get ();
}

Exceptions

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

See Also