Package com.zebra.rfid.api3
Class OPERATION_END_SUMMARY
java.lang.Object
com.zebra.rfid.api3.OPERATION_END_SUMMARY
Contains 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 -
Method Summary
Modifier and TypeMethodDescriptionint
int
long
void
setTotalRounds
(int totalRounds) void
setTotalTags
(int totalTags) void
setTotalTimeuS
(long totalTimeuS)
-
Constructor Details
-
OPERATION_END_SUMMARY
public OPERATION_END_SUMMARY()
-
-
Method Details
-
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)
-