A Sandcastle Documented Class Library
KnownChipsGetManufacturer Method (String) |
Get the chip manufacturer name from the TID hex.
Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public static string GetManufacturer( string tidHex )
Public Shared Function GetManufacturer ( tidHex As String ) As String
public: static String^ GetManufacturer( String^ tidHex )
static member GetManufacturer : tidHex : string -> string
Parameters
- tidHex
- Type: SystemString
At least the first two words (eight nibbles) of the TID hex.
Return Value
Type: StringManufacturer name.
See Also