public class ReaderStatistics
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
int |
getBlockEraseFailureCount()
Get the number of the failed tag block-erased at the AntennaReadPoint
|
int |
getBlockEraseSuccessCount()
Get the number of tags successfully block-erased at the AntennaReadPoint
|
int |
getBlockPermalockFailureCount()
Get the number of the failed tag block-permalocked at the AntennaReadPoint
|
int |
getBlockPermalockSuccessCount()
Get the number of tags successfully block-permalocked at the AntennaReadPoint
|
int |
getBlockWriteFailureCount()
Get the number of the failed tag block-writes at the AntennaReadPoint
|
int |
getBlockWriteSuccessCount()
Get the number successful tag memory block-writes at the AntennaReadPoint
|
int |
getIdentifiedFailureCount()
Get the number of number of the failed tag identification attempts at the AntennaReadPoint
|
int |
getIdentifiedSuccessCount()
Get the number of successful tags that have been identified across an AntennaReadPoint
|
ImpinjStats |
getImpinjStats()
Get the Impinj Statistics from the reader
|
int |
getKillFailureCount()
Get the number of the failed tag kills at the AntennaReadPoint
|
int |
getKillSuccessCount()
Get the number of tags successfully killed at the AntennaReadPoint
|
int |
getLockFailureCount()
Get the number of the failed tag locked at the AntennaReadPoint
|
int |
getLockSuccessCount()
Get the number of tags successfully locked at the AntennaReadPoint
|
NXPStats |
getM_NXPStats()
Get the NXP Statistics from the reader
|
int |
getReadFailureCount()
Get the number of the failed tag memory reads at the AntennaReadPoint
|
int |
getReadSuccessCount()
Get the number of successful number of tag memory reads at the AntennaReadPoint
|
int |
getWriteFailureCount()
Get The number of the failed tag memory writes at the AntennaReadPoint
|
int |
getWriteSuccessCount()
Get the number of successful tag memory writes at the AntennaReadPoint
|
public int getBlockEraseFailureCount()
public int getBlockEraseSuccessCount()
public int getBlockPermalockFailureCount()
public int getBlockPermalockSuccessCount()
public int getBlockWriteFailureCount()
public int getBlockWriteSuccessCount()
public int getIdentifiedFailureCount()
public int getIdentifiedSuccessCount()
public int getKillFailureCount()
public int getKillSuccessCount()
public int getLockFailureCount()
public int getLockSuccessCount()
public NXPStats getM_NXPStats()
public ImpinjStats getImpinjStats()
public int getReadFailureCount()
public int getReadSuccessCount()
public int getWriteFailureCount()
public int getWriteSuccessCount()