Struct DatabankOffset
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
Helper method to provide the locations of well-known fields within a C1G2 transponder
public struct DatabankOffset
- Inherited Members
Properties
AccessPassword
Gets the location of the Access password in the Reserved memory bank
public static DatabankOffset AccessPassword { get; }
Property Value
Bank
Gets the Databank where this field is located
public Databank Bank { get; }
Property Value
Bits
Gets the offset in bits into the Bank for this field
public int Bits { get; }
Property Value
Epc
Gets the location of the EPC in the EPC memory bank
public static DatabankOffset Epc { get; }
Property Value
KillPassword
Gets the location of the Kill password in the Reserved memory bank
public static DatabankOffset KillPassword { get; }
Property Value
PC
Gets the location of the PC word in the EPC memory bank
public static DatabankOffset PC { get; }
Property Value
Words
Gets the offset in Words into the Bank for this field
public int Words { get; }