Package com.zebra.rfid.api3
Class MEMORY_BANK
- java.lang.Object
-
- com.zebra.rfid.api3.MEMORY_BANK
-
public class MEMORY_BANK extends java.lang.ObjectMEMORY_BANK: The four memory banks as supported by Class 1 Gen 2 Specification
-
-
Field Summary
Fields Modifier and Type Field Description static MEMORY_BANKMEMORY_BANK_EPCEPC Memory: Contains CRC, Protocol-Control Bits, EPC Codestatic MEMORY_BANKMEMORY_BANK_RESERVEDReserved Memory: contain the kill and access passwordsstatic MEMORY_BANKMEMORY_BANK_TIDTID Memory: Contains 8-bit class identifier and identifying informationstatic MEMORY_BANKMEMORY_BANK_USERUser Memory: Contains user-specific data storage.intordinal
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(int val)static MEMORY_BANKGetMemoryBankValue(int value)static MEMORY_BANKGetMemoryBankValue(java.lang.String memoryBank)intgetValue()java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-