C1G2 Class

TegoOS

C1G2 Class
Definitions and helper methods for UHF C1G2.
Inheritance Hierarchy
SystemObject  Tego.Rfid.Gen2C1G2

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public static class C1G2
Public NotInheritable Class C1G2
public ref class C1G2 abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type C1G2 =  class end

The C1G2 type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCalculateEpcCrc
Calculate the CRC from the EPC.
Public methodStatic memberCalculateQ
Calculate Q for a given population.
Public methodStatic memberGetEpcLength
Gets the EPC length from a PC word.
Top
Fields
  NameDescription
Public fieldStatic memberAUTO_CHUNK
System should choose how many words to read - at least one.
Public fieldStatic memberEPC_BANK_NUMBER
Bank number for EPC bank as defined in EPCglobal C1G2 air interface spec.
Public fieldStatic memberEPC_BIT_ADDRESS
Bit address of the EPC data within the EPC bank.
Public fieldStatic memberEPC_CRC_BIT_ADDRESS
Bit address of the CRC field within the EPC bank.
Public fieldStatic memberEPC_CRC_WORD_ADDRESS
Word address of the CRC field within the EPC bank.
Public fieldStatic memberEPC_PC_BIT_ADDRESS
Bit address of the PC field within the EPC bank.
Public fieldStatic memberEPC_PC_WORD_ADDRESS
Word address of the PC field within the EPC bank.
Public fieldStatic memberEPC_WORD_ADDRESS
Word address of the EPC data within the EPC bank.
Public fieldStatic memberMAX_SELECT_MASK_LENGTH
Maximum number of bits that can be matched by a select.
Public fieldStatic memberNOT_KNOWN
Size of memory or region is not known.
Public fieldStatic memberPC_LENGTH_FIELD_OFFSET_BITS
Offset of the EPC length field from start of the PC word.
Public fieldStatic memberPC_LENGTH_FIELD_SHIFT_BITS
Left shift bit count to convert EPC length in words to PC length field.
Public fieldStatic memberPC_LENGTH_FIELD_SIZE_BITS
Size of EPC length field within PC.
Public fieldStatic memberPC_NSI_FIELD_OFFSET_BITS
Offset of the numbering system indicator field from start of the PC word.
Public fieldStatic memberPC_NSI_FIELD_SIZE_BITS
Size of the numbering system indicator field with the PC word in bits.
Public fieldStatic memberRESERVED_ACCESS_PASSWORD_BIT_ADDRESS
Word address of the access password within the reserved bank.
Public fieldStatic memberRESERVED_ACCESS_PASSWORD_SIZE_BITS
Size of the kill access within the reserved bank in bits.
Public fieldStatic memberRESERVED_ACCESS_PASSWORD_WORD_ADDRESS
Word address of the access password within the reserved bank.
Public fieldStatic memberRESERVED_BANK_NUMBER
Bank number for reserved bank as defined in EPCglobal C1G2 air interface spec.
Public fieldStatic memberRESERVED_KILL_PASSWORD_BIT_ADDRESS
Word address of the kill password within the reserved bank.
Public fieldStatic memberRESERVED_KILL_PASSWORD_SIZE_BITS
Size of the kill password within the reserved bank in bits.
Public fieldStatic memberRESERVED_KILL_PASSWORD_WORD_ADDRESS
Word address of the kill password within the reserved bank.
Public fieldStatic memberTID_BANK_NUMBER
Bank number for TID bank as defined in EPCglobal C1G2 air interface spec.
Public fieldStatic memberTID_CHIP_FIELD_BIT_ADDRESS
Bit address of the chip identification field within the TID bank.
Public fieldStatic memberTID_CHIP_FIELD_SIZE_BITS
Size of the manufacturer identification field within the TID bank.
Public fieldStatic memberTID_CLASS_IDENTIFIER_FIELD_BIT_ADDRESS
Bit address of the ISO/IEC 15963 class identifier (E0/E2) within the TID bank.
Public fieldStatic memberTID_CLASS_IDENTIFIER_FIELD_SIZE_BITS
Size of the ISO/IEC 15963 class identifier in bits.
Public fieldStatic memberTID_MANUFACTURER_FIELD_BIT_ADDRESS
Bit address of the manufacturer field within the TID bank.
Public fieldStatic memberTID_MANUFACTURER_FIELD_SIZE_BITS
Size of the manufacturer identification field within the TID bank.
Public fieldStatic memberUSER_BANK_NUMBER
Bank number for user bank as defined in EPCglobal C1G2 air interface spec.
Top
See Also