Tag.GetDeviceID Method

TegoOS

TagGetDeviceID Method
Gets (reading if needed) the manufacturer assigned identifier for the tag (e.g. TID).

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public override string GetDeviceID()
Public Overrides Function GetDeviceID As String
public:
virtual String^ GetDeviceID() override
abstract GetDeviceID : unit -> string 
override GetDeviceID : unit -> string 

Return Value

Type: String
Manufacturer assigned identifier.
See Also