Tag.Tid Property

TegoOS

TagTid Property
Gets the tag TID (null if not known). Raises a PropertyChanged event.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public ushort[] Tid { get; set; }
Public Property Tid As UShort()
	Get
	Set
public:
property array<unsigned short>^ Tid {
	array<unsigned short>^ get ();
	void set (array<unsigned short>^ value);
}
member Tid : uint16[] with get, set

Property Value

Type: UInt16
See Also