public class STUHFL_T_Gen2_Read extends BR_Gen2_Read
BR_Gen2_Read.Fields
Modifier and Type | Field and Description |
---|---|
byte[] |
data
< I Param: Password.
|
STUHFL_E.GEN2_MEMORY_BANK |
memoryBank
< I Param: Word address to which read data.
|
short |
numBytesToRead
< I Param: Bank (File, EPC, TID, USER) to which read data.
|
byte[] |
pwd
< I Param: Number of bytes to read.
|
long |
wordPtr |
Constructor and Description |
---|
STUHFL_T_Gen2_Read() |
STUHFL_T_Gen2_Read(long wordPtr,
STUHFL_E.GEN2_MEMORY_BANK memoryBank,
short numBytesToRead,
byte[] pwd,
byte[] data) |
STUHFL_T_Gen2_Read(STUHFL_T_Gen2_Read other)
< O Param: Read data.
|
Modifier and Type | Method and Description |
---|---|
STUHFL_E.RET_CODE |
execute()
Perform Gen2 Read command to read from the Gen2 transponders
|
java.lang.String |
toString() |
_Exec
public long wordPtr
public STUHFL_E.GEN2_MEMORY_BANK memoryBank
public short numBytesToRead
public byte[] pwd
public byte[] data
public STUHFL_T_Gen2_Read(STUHFL_T_Gen2_Read other)
public STUHFL_T_Gen2_Read(long wordPtr, STUHFL_E.GEN2_MEMORY_BANK memoryBank, short numBytesToRead, byte[] pwd, byte[] data)
public STUHFL_T_Gen2_Read()
public STUHFL_E.RET_CODE execute()
public java.lang.String toString()
toString
in class java.lang.Object