Package com.zebra.rfid.api3
Class MEMORY_BANK
java.lang.Object
com.zebra.rfid.api3.MEMORY_BANK
The four memory banks as supported by Class 1 Gen 2 Specification
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MEMORY_BANKstatic final MEMORY_BANKEPC Memory: Contains CRC, Protocol-Control Bits, EPC Codestatic final MEMORY_BANKReserved Memory: contain the kill and access passwordsstatic final MEMORY_BANKTID Memory: Contains 8-bit class identifier and identifying informationstatic final MEMORY_BANKUser Memory: Contains user-specific data storage.final int -
Method Summary
Modifier and TypeMethodDescriptionbooleanequals(int val) static MEMORY_BANKGetMemoryBankValue(int value) static MEMORY_BANKGetMemoryBankValue(String memoryBank) intgetValue()toString()
-
Field Details
-
MEMORY_BANK_RESERVED
Reserved Memory: contain the kill and access passwords -
MEMORY_BANK_EPC
EPC Memory: Contains CRC, Protocol-Control Bits, EPC Code -
MEMORY_BANK_TID
TID Memory: Contains 8-bit class identifier and identifying information -
MEMORY_BANK_USER
User Memory: Contains user-specific data storage. -
MEMORY_BANK_ALL
-
ordinal
public final int ordinal
-
-
Method Details