BankConfiguration Constructor

TegoOS

BankConfiguration Constructor
Creates the memory configuration for a bank.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public BankConfiguration(
	int size
)
Public Sub New ( 
	size As Integer
)
public:
BankConfiguration(
	int size
)
new : 
        size : int -> BankConfiguration

Parameters

size
Type: SystemInt32
Size of bank (or if bank has non-contiguous regions, size of contiguous memory starting at word 0).
See Also