BankConfiguration.Size Property

TegoOS

BankConfigurationSize Property
Gets the size of bank (or if bank has non-contiguous regions, size of contiguous memory starting at word 0.

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

Property Value

Type: Int32
See Also