ChipConfiguration.Item Property

TegoOS

ChipConfigurationItem Property
Gets the configuration of a memory bank.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public BankConfiguration this[
	Bank bank
] { get; }
Public ReadOnly Default Property Item ( 
	bank As Bank
) As BankConfiguration
	Get
public:
property BankConfiguration^ default[Bank bank] {
	BankConfiguration^ get (Bank bank);
}
member Item : BankConfiguration with get

Parameters

bank
Type: Tego.Rfid.Gen2Bank
Memory bank for which configuration is to be provided.

Return Value

Type: BankConfiguration
Configuration of specified memory bank.
See Also