public class STUHFL_T_Gen2_GenericCmd extends BR_Gen2_GenericCmd
BR_Gen2_GenericCmd.Fields
Modifier and Type | Field and Description |
---|---|
boolean |
appendRN16
< I Param: Size in bits of data sent to Tag.
|
STUHFL_E.GEN2_GENERIC_CMD |
cmd
< I Param: Password.
|
int |
expectedRcvDataBitLength
< I Param: Tag response timeout.
|
short |
noResponseTime
< I Param: Generic command type.
|
byte[] |
pwd |
byte[] |
rcvData
< I Param: Data being sent to Tag.
|
byte[] |
sndData
< I Param: Append tag handle to generic command.
|
int |
sndDataBitLength
< I Param: Size in bits of expected received data.
|
Constructor and Description |
---|
STUHFL_T_Gen2_GenericCmd() |
STUHFL_T_Gen2_GenericCmd(byte[] pwd,
STUHFL_E.GEN2_GENERIC_CMD cmd,
short noResponseTime,
int expectedRcvDataBitLength,
int sndDataBitLength,
boolean appendRN16,
byte[] sndData,
byte[] rcvData) |
STUHFL_T_Gen2_GenericCmd(STUHFL_T_Gen2_GenericCmd other)
< O Param: Data received from Tag.
|
Modifier and Type | Method and Description |
---|---|
STUHFL_E.RET_CODE |
execute()
Perform generic Gen2 bit exchange
|
java.lang.String |
toString() |
_Exec
public byte[] pwd
public STUHFL_E.GEN2_GENERIC_CMD cmd
public short noResponseTime
public int expectedRcvDataBitLength
public int sndDataBitLength
public boolean appendRN16
public byte[] sndData
public byte[] rcvData
public STUHFL_T_Gen2_GenericCmd(STUHFL_T_Gen2_GenericCmd other)
public STUHFL_T_Gen2_GenericCmd(byte[] pwd, STUHFL_E.GEN2_GENERIC_CMD cmd, short noResponseTime, int expectedRcvDataBitLength, int sndDataBitLength, boolean appendRN16, byte[] sndData, byte[] rcvData)
public STUHFL_T_Gen2_GenericCmd()
public STUHFL_E.RET_CODE execute()
public java.lang.String toString()
toString
in class java.lang.Object