Struct TagMemoryOffset
- Namespace
- TechnologySolutions.Rfid
- Assembly
- TechnologySolutions.Rfid.Operations.dll
Helper class to identify the well known fields stored in the MemoryBanks
public struct TagMemoryOffset
- Inherited Members
Properties
AccessPassword
Gets the location of the Access password in the Reserved memory bank
public static TagMemoryOffset AccessPassword { get; }
Property Value
Bank
Gets the MemoryBank where this field is located
public MemoryBank 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 TagMemoryOffset Epc { get; }
Property Value
KillPassword
Gets the location of the Kill password in the Reserved memory bank
public static TagMemoryOffset KillPassword { get; }
Property Value
PC
Gets the location of the PC word in the EPC memory bank
public static TagMemoryOffset PC { get; }
Property Value
Words
Gets the offset in Words into the Bank for this field
public int Words { get; }