Table of Contents

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

DatabankOffset

Bank

Gets the Databank where this field is located

public Databank Bank { get; }

Property Value

Databank

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 DatabankOffset Epc { get; }

Property Value

DatabankOffset

KillPassword

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

public static DatabankOffset KillPassword { get; }

Property Value

DatabankOffset

PC

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

public static DatabankOffset PC { get; }

Property Value

DatabankOffset

Words

Gets the offset in Words into the Bank for this field

public int Words { get; }

Property Value

int