Interface to implement to get inventoryTagSubsequentFinds notification.
Public Member Functions | |
void | inventoryTagSubsequentFinds (UgiTag tag, int count, UgiInventory.DetailedPerReadData[] detailedPerReadData) |
A previously found tag has been found again. More... | |
void com.ugrokit.api.UgiInventoryDelegate.InventoryTagSubsequentFindsListener.inventoryTagSubsequentFinds | ( | UgiTag | tag, |
int | count, | ||
UgiInventory.DetailedPerReadData [] | detailedPerReadData | ||
) |
A previously found tag has been found again.
tag | The tag |
count | The number of finds since inventoryTagSubsequentFinds was last called |
detailedPerReadData | Array of UgiDetailedPerReadData obejcts, if detailed per-read data was requested |