KnownChips.GetAllChips Method

TegoOS

KnownChipsGetAllChips Method
Returns the array of all chips names

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public static IDictionary<string, ChipConfiguration> GetAllChips()
Public Shared Function GetAllChips As IDictionary(Of String, ChipConfiguration)
public:
static IDictionary<String^, ChipConfiguration^>^ GetAllChips()
static member GetAllChips : unit -> IDictionary<string, ChipConfiguration> 

Return Value

Type: IDictionaryString, ChipConfiguration
Name of all chips names
See Also