Package com.zebra.rfid.api3
Class OPERATION_END_SUMMARY
- java.lang.Object
-
- com.zebra.rfid.api3.OPERATION_END_SUMMARY
-
public class OPERATION_END_SUMMARY extends java.lang.ObjectContains parameters of operation end summary and getters/setters. This class is used to manage the received Operation end summary event data and used by corresponding event handlers.
-
-
Constructor Summary
Constructors Constructor Description OPERATION_END_SUMMARY()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetTotalRounds()intgetTotalTags()longgetTotalTimeuS()voidsetTotalRounds(int totalRounds)voidsetTotalTags(int totalTags)voidsetTotalTimeuS(long totalTimeuS)
-
-
-
Method Detail
-
getTotalRounds
public int getTotalRounds()
-
setTotalRounds
public void setTotalRounds(int totalRounds)
-
getTotalTags
public int getTotalTags()
-
setTotalTags
public void setTotalTags(int totalTags)
-
getTotalTimeuS
public long getTotalTimeuS()
-
setTotalTimeuS
public void setTotalTimeuS(long totalTimeuS)
-
-