BankConfiguration.GetWriteDepth Method

TegoOS

BankConfigurationGetWriteDepth Method
Gets the write depth for an address on this bank.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public int GetWriteDepth(
	int address
)
Public Function GetWriteDepth ( 
	address As Integer
) As Integer
public:
int GetWriteDepth(
	int address
)
member GetWriteDepth : 
        address : int -> int 

Parameters

address
Type: SystemInt32
Address being queried for write depth.

Return Value

Type: Int32
Write depth at that address (0 for unlimited).
See Also