protected class BR_Gen2_GenericCmd.Fields
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
appendRN16 |
int |
cmd |
int |
expectedRcvDataBitLength |
short |
noResponseTime |
byte[] |
pwd |
byte[] |
rcvData |
byte[] |
sndData |
int |
sndDataBitLength |
Constructor and Description |
---|
Fields() |
Fields(byte[] pwd,
int cmd,
short noResponseTime,
int expectedRcvDataBitLength,
int sndDataBitLength,
boolean appendRN16,
byte[] sndData,
byte[] rcvData) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public byte[] pwd
public int cmd
public short noResponseTime
public int expectedRcvDataBitLength
public int sndDataBitLength
public boolean appendRN16
public byte[] sndData
public byte[] rcvData