Class MEMORY_BANK

java.lang.Object
com.zebra.rfid.api3.MEMORY_BANK

public class MEMORY_BANK extends Object
The four memory banks as supported by Class 1 Gen 2 Specification
  • Field Details

    • MEMORY_BANK_RESERVED

      public static final MEMORY_BANK MEMORY_BANK_RESERVED
      Reserved Memory: contain the kill and access passwords
    • MEMORY_BANK_EPC

      public static final MEMORY_BANK MEMORY_BANK_EPC
      EPC Memory: Contains CRC, Protocol-Control Bits, EPC Code
    • MEMORY_BANK_TID

      public static final MEMORY_BANK MEMORY_BANK_TID
      TID Memory: Contains 8-bit class identifier and identifying information
    • MEMORY_BANK_USER

      public static final MEMORY_BANK MEMORY_BANK_USER
      User Memory: Contains user-specific data storage.
    • MEMORY_BANK_ALL

      public static final MEMORY_BANK MEMORY_BANK_ALL
    • ordinal

      public final int ordinal
  • Method Details

    • GetMemoryBankValue

      public static MEMORY_BANK GetMemoryBankValue(int value)
    • GetMemoryBankValue

      public static MEMORY_BANK GetMemoryBankValue(String memoryBank)
    • equals

      public boolean equals(int val)
    • getValue

      public int getValue()
    • toString

      public String toString()
      Overrides:
      toString in class Object