Tag.Chip Property

TegoOS

TagChip Property
Gets the chip configuration (null if not known). Set when the tag TID is known.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public ChipConfiguration Chip { get; }
Public ReadOnly Property Chip As ChipConfiguration
	Get
public:
property ChipConfiguration^ Chip {
	ChipConfiguration^ get ();
}
member Chip : ChipConfiguration with get

Property Value

Type: ChipConfiguration
See Also