Table of Contents

Class DatabankParameterCollection

Namespace
TechnologySolutions.Rfid.AsciiProtocol.Parameters
Assembly
TechnologySolutions.Rfid.AsciiProtocol.Core.dll

Implements IDatabankParameters and can be used by a command to provide the values with range checking

public class DatabankParameterCollection : ParameterCollection, IParameterAction, IEnumerable<ICommandParameter>, IEnumerable, IDatabankParameters
Inheritance
DatabankParameterCollection
Implements
Inherited Members
Extension Methods

Constructors

DatabankParameterCollection()

Initializes a new instance of the DatabankParameterCollection class

public DatabankParameterCollection()

Properties

Bank

Gets or sets the transponder data bank to be used "db"

public Databank? Bank { get; set; }

Property Value

Databank?

Length

Gets or sets the length in words of the data to write "dl"

public int? Length { get; set; }

Property Value

int?

Offset

Gets or sets the offset, in 16 bit words, from the start of the memory bank to where the data will be written "do"

public int? Offset { get; set; }

Property Value

int?