Table of Contents

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

TagMemoryOffset

Bank

Gets the MemoryBank where this field is located

public MemoryBank Bank { get; }

Property Value

MemoryBank

Bits

Gets the offset in bits into the Bank for this field

public int Bits { get; }

Property Value

int

Epc

Gets the location of the EPC in the EPC memory bank

public static TagMemoryOffset Epc { get; }

Property Value

TagMemoryOffset

KillPassword

Gets the location of the Kill password in the Reserved memory bank

public static TagMemoryOffset KillPassword { get; }

Property Value

TagMemoryOffset

PC

Gets the location of the PC word in the EPC memory bank

public static TagMemoryOffset PC { get; }

Property Value

TagMemoryOffset

Words

Gets the offset in Words into the Bank for this field

public int Words { get; }

Property Value

int