Package com.zebra.rfid.api3
Class ReaderStatistics
java.lang.Object
com.zebra.rfid.api3.ReaderStatistics
This class represents the Reader statistics
-
Method Summary
Modifier and TypeMethodDescriptionintGet the number of the failed tag block-erased at the AntennaReadPointintGet the number of tags successfully block-erased at the AntennaReadPointintGet the number of the failed tag block-permalocked at the AntennaReadPointintGet the number of tags successfully block-permalocked at the AntennaReadPointintGet the number of the failed tag block-writes at the AntennaReadPointintGet the number successful tag memory block-writes at the AntennaReadPointintGet the number of number of the failed tag identification attempts at the AntennaReadPointintGet the number of successful tags that have been identified across an AntennaReadPointcom.zebra.rfid.api3.ImpinjStatsGet the Impinj Statistics from the readerintGet the number of the failed tag kills at the AntennaReadPointintGet the number of tags successfully killed at the AntennaReadPointintGet the number of the failed tag locked at the AntennaReadPointintGet the number of tags successfully locked at the AntennaReadPointcom.zebra.rfid.api3.NXPStatsGet the NXP Statistics from the readerintGet the number of the failed tag memory reads at the AntennaReadPointintGet the number of successful number of tag memory reads at the AntennaReadPointintGet The number of the failed tag memory writes at the AntennaReadPointintGet the number of successful tag memory writes at the AntennaReadPoint
-
Method Details
-
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
-