A Sandcastle Documented Class Library
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: StringManufacturer name.
See Also