com.thingmagic
Class SerialReader.HibikiSystemInformation

java.lang.Object
  extended by com.thingmagic.SerialReader.HibikiSystemInformation
Enclosing class:
SerialReader

public static class SerialReader.HibikiSystemInformation
extends java.lang.Object


Field Summary
 int bankLock
           
 int blockReadLock
           
 int blockRwLock
           
 int blockWriteLock
           
 byte epcMemory
           
 int infoFlags
           
 byte reservedMemory
           
 byte setAttenuate
           
 byte tidMemory
           
 byte userMemory
           
 
Constructor Summary
SerialReader.HibikiSystemInformation()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

infoFlags

public int infoFlags

reservedMemory

public byte reservedMemory

epcMemory

public byte epcMemory

tidMemory

public byte tidMemory

userMemory

public byte userMemory

setAttenuate

public byte setAttenuate

bankLock

public int bankLock

blockReadLock

public int blockReadLock

blockRwLock

public int blockRwLock

blockWriteLock

public int blockWriteLock
Constructor Detail

SerialReader.HibikiSystemInformation

public SerialReader.HibikiSystemInformation()