BankConfiguration Class

TegoOS

BankConfiguration Class
Holds the memory configuration for a bank.
Inheritance Hierarchy
SystemObject  Tego.Rfid.Gen2BankConfiguration

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public class BankConfiguration
Public Class BankConfiguration
public ref class BankConfiguration
type BankConfiguration =  class end

The BankConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodBankConfiguration
Creates the memory configuration for a bank.
Top
Properties
  NameDescription
Public propertyRegions
List of memory regions (null if a standard MTP chip).
Public propertySize
Gets the size of bank (or if bank has non-contiguous regions, size of contiguous memory starting at word 0.
Top
Methods
  NameDescription
Public methodAddMemoryRegion
Add configuration of a region to the bank memory configuration.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWriteDepth
Gets the write depth for an address on this bank.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object
(Overrides ObjectToString.)
Top
See Also