Interface IDatabankParameters
- Namespace
 - TechnologySolutions.Rfid.AsciiProtocol.Parameters
 
- Assembly
 - TechnologySolutions.Rfid.AsciiProtocol.Core.dll
 
Parameters related to Data Banks in commands and responses
public interface IDatabankParameters
  Properties
Bank
Gets or sets the transponder data bank to be used
Databank? Bank { get; set; }
  Property Value
Length
Gets or sets the length in words of the data to write
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
int? Offset { get; set; }
  Property Value
- int?