public class STUHFL_T_Gb29768_Write extends BR_Gb29768_Write
BR_Gb29768_Write.Fields
Modifier and Type | Field and Description |
---|---|
byte[] |
data
< I Param: Password.
|
short |
memoryBank
< I Param: Word address to which write data.
|
byte[] |
pwd
< I Param: Bank (File, EPC, TID, USER) to which write data.
|
short |
tagReply
< I Param: Data to be written.
|
long |
wordPtr |
Constructor and Description |
---|
STUHFL_T_Gb29768_Write() |
STUHFL_T_Gb29768_Write(long wordPtr,
short memoryBank,
byte[] pwd,
byte[] data,
short tagReply) |
STUHFL_T_Gb29768_Write(STUHFL_T_Gb29768_Write other)
< O Param: Tag reply.
|
Modifier and Type | Method and Description |
---|---|
STUHFL_E.RET_CODE |
execute()
Perform Gb29768 Write command to write data to Gb29768 transponders
|
java.lang.String |
toString() |
_Exec
public long wordPtr
public short memoryBank
public byte[] pwd
public byte[] data
public short tagReply
public STUHFL_T_Gb29768_Write(STUHFL_T_Gb29768_Write other)
public STUHFL_T_Gb29768_Write(long wordPtr, short memoryBank, byte[] pwd, byte[] data, short tagReply)
public STUHFL_T_Gb29768_Write()
public STUHFL_E.RET_CODE execute()
public java.lang.String toString()
toString
in class java.lang.Object