Class MEMORY_BANK


  • public class MEMORY_BANK
    extends java.lang.Object
    MEMORY_BANK: The four memory banks as supported by Class 1 Gen 2 Specification
    • Field Detail

      • 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.
      • ordinal

        public final int ordinal
    • Method Detail

      • GetMemoryBankValue

        public static MEMORY_BANK GetMemoryBankValue​(int value)
      • GetMemoryBankValue

        public static MEMORY_BANK GetMemoryBankValue​(java.lang.String memoryBank)
      • equals

        public boolean equals​(int val)
      • getValue

        public int getValue()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object