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