A Sandcastle Documented Class Library
![]() | KnownChipsGetChip Method |
Get the chip configuration based on at least the first two TID words.
Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)

public static ChipConfiguration GetChip( string chipTidHex )
Public Shared Function GetChip ( chipTidHex As String ) As ChipConfiguration
public: static ChipConfiguration^ GetChip( String^ chipTidHex )
static member GetChip : chipTidHex : string -> ChipConfiguration
Parameters
- chipTidHex
- Type: SystemString
TID hex (must contain at least the first two words).
Return Value
Type: ChipConfigurationChip configuration or null if not known.
