Package com.zebra.rfid.api3
Class ReaderStatistics
- java.lang.Object
-
- com.zebra.rfid.api3.ReaderStatistics
-
public class ReaderStatistics extends java.lang.ObjectThis class represents the Reader statistics
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBlockEraseFailureCount()Get the number of the failed tag block-erased at the AntennaReadPointintgetBlockEraseSuccessCount()Get the number of tags successfully block-erased at the AntennaReadPointintgetBlockPermalockFailureCount()Get the number of the failed tag block-permalocked at the AntennaReadPointintgetBlockPermalockSuccessCount()Get the number of tags successfully block-permalocked at the AntennaReadPointintgetBlockWriteFailureCount()Get the number of the failed tag block-writes at the AntennaReadPointintgetBlockWriteSuccessCount()Get the number successful tag memory block-writes at the AntennaReadPointintgetIdentifiedFailureCount()Get the number of number of the failed tag identification attempts at the AntennaReadPointintgetIdentifiedSuccessCount()Get the number of successful tags that have been identified across an AntennaReadPointcom.zebra.rfid.api3.ImpinjStatsgetImpinjStats()Get the Impinj Statistics from the readerintgetKillFailureCount()Get the number of the failed tag kills at the AntennaReadPointintgetKillSuccessCount()Get the number of tags successfully killed at the AntennaReadPointintgetLockFailureCount()Get the number of the failed tag locked at the AntennaReadPointintgetLockSuccessCount()Get the number of tags successfully locked at the AntennaReadPointcom.zebra.rfid.api3.NXPStatsgetM_NXPStats()Get the NXP Statistics from the readerintgetReadFailureCount()Get the number of the failed tag memory reads at the AntennaReadPointintgetReadSuccessCount()Get the number of successful number of tag memory reads at the AntennaReadPointintgetWriteFailureCount()Get The number of the failed tag memory writes at the AntennaReadPointintgetWriteSuccessCount()Get the number of successful tag memory writes at the AntennaReadPoint
-
-
-
Method Detail
-
getBlockEraseFailureCount
public int getBlockEraseFailureCount()
Get the number of the failed tag block-erased at the AntennaReadPoint
-
getBlockEraseSuccessCount
public int getBlockEraseSuccessCount()
Get the number of tags successfully block-erased at the AntennaReadPoint
-
getBlockPermalockFailureCount
public int getBlockPermalockFailureCount()
Get the number of the failed tag block-permalocked at the AntennaReadPoint
-
getBlockPermalockSuccessCount
public int getBlockPermalockSuccessCount()
Get the number of tags successfully block-permalocked at the AntennaReadPoint
-
getBlockWriteFailureCount
public int getBlockWriteFailureCount()
Get the number of the failed tag block-writes at the AntennaReadPoint
-
getBlockWriteSuccessCount
public int getBlockWriteSuccessCount()
Get the number successful tag memory block-writes at the AntennaReadPoint
-
getIdentifiedFailureCount
public int getIdentifiedFailureCount()
Get the number of number of the failed tag identification attempts at the AntennaReadPoint
-
getIdentifiedSuccessCount
public int getIdentifiedSuccessCount()
Get the number of successful tags that have been identified across an AntennaReadPoint
-
getKillFailureCount
public int getKillFailureCount()
Get the number of the failed tag kills at the AntennaReadPoint
-
getKillSuccessCount
public int getKillSuccessCount()
Get the number of tags successfully killed at the AntennaReadPoint
-
getLockFailureCount
public int getLockFailureCount()
Get the number of the failed tag locked at the AntennaReadPoint
-
getLockSuccessCount
public int getLockSuccessCount()
Get the number of tags successfully locked at the AntennaReadPoint
-
getM_NXPStats
public com.zebra.rfid.api3.NXPStats getM_NXPStats()
Get the NXP Statistics from the reader
-
getImpinjStats
public com.zebra.rfid.api3.ImpinjStats getImpinjStats()
Get the Impinj Statistics from the reader
-
getReadFailureCount
public int getReadFailureCount()
Get the number of the failed tag memory reads at the AntennaReadPoint
-
getReadSuccessCount
public int getReadSuccessCount()
Get the number of successful number of tag memory reads at the AntennaReadPoint
-
getWriteFailureCount
public int getWriteFailureCount()
Get The number of the failed tag memory writes at the AntennaReadPoint
-
getWriteSuccessCount
public int getWriteSuccessCount()
Get the number of successful tag memory writes at the AntennaReadPoint
-
-