protected class BR_Gb29768_Inventory.Fields
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
inventoryDelay |
IRunnerListener |
listener |
int |
reportOptions |
long |
roundCnt |
int |
rssiMode |
int |
tagListSizeMax |
Constructor and Description |
---|
Fields(int rssiMode,
long roundCnt,
int inventoryDelay,
int reportOptions,
IRunnerListener listener,
int tagListSizeMax) |
Modifier and Type | Method and Description |
---|---|
void |
_cycle() |
void |
_finished() |
void |
_newStatistics(long timestamp,
long roundCnt,
short tuningStatus,
short rssiLogMean,
byte sensitivity,
short Q,
long frequency,
int adc,
long tagCnt,
long emptySlotCnt,
long collisionCnt,
long skipCnt,
long preambleErrCnt,
long crcErrCnt,
long headerErrCnt,
long rxCountErrCnt) |
void |
_tagListAdd(long timestamp,
short antenna,
short agc,
short rssiLogI,
short rssiLogQ,
byte rssiLinI,
byte rssiLinQ,
byte[] pc,
byte[] xpc,
byte[] epc,
byte[] tid) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public int rssiMode
public long roundCnt
public int inventoryDelay
public int reportOptions
public int tagListSizeMax
public IRunnerListener listener
public Fields(int rssiMode, long roundCnt, int inventoryDelay, int reportOptions, IRunnerListener listener, int tagListSizeMax)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public void _newStatistics(long timestamp, long roundCnt, short tuningStatus, short rssiLogMean, byte sensitivity, short Q, long frequency, int adc, long tagCnt, long emptySlotCnt, long collisionCnt, long skipCnt, long preambleErrCnt, long crcErrCnt, long headerErrCnt, long rxCountErrCnt)
public void _tagListAdd(long timestamp, short antenna, short agc, short rssiLogI, short rssiLogQ, byte rssiLinI, byte rssiLinQ, byte[] pc, byte[] xpc, byte[] epc, byte[] tid)
public void _cycle()
public void _finished()