KnownChips Class

TegoOS

KnownChips Class
Holds the configuration of all known chip types.
Inheritance Hierarchy
SystemObject  Tego.Rfid.Gen2KnownChips

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public static class KnownChips
Public NotInheritable Class KnownChips
public ref class KnownChips abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type KnownChips =  class end

The KnownChips type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetAllChips
Returns the array of all chips names
Public methodStatic memberGetChip
Get the chip configuration based on at least the first two TID words.
Public methodStatic memberGetManufacturer(Int32)
Get the chip manufacturer name from the manufacturer ID number.
Public methodStatic memberGetManufacturer(String)
Get the chip manufacturer name from the TID hex.
Public methodStatic memberGetManufacturer(UInt16)
Get the chip manufacturer name from the TID.
Top
See Also