KnownChips.GetManufacturer Method (UInt16[])

TegoOS

KnownChipsGetManufacturer Method (UInt16)
Get the chip manufacturer name from the TID.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public static string GetManufacturer(
	ushort[] tid
)
Public Shared Function GetManufacturer ( 
	tid As UShort()
) As String
public:
static String^ GetManufacturer(
	array<unsigned short>^ tid
)
static member GetManufacturer : 
        tid : uint16[] -> string 

Parameters

tid
Type: SystemUInt16
At least the first two words of the TID.

Return Value

Type: String
Manufacturer name.
See Also