com.ugrokit.api.UgiInventoryDelegate.InventoryFilterListener Interface Reference

Overview

Interface to implement to get inventoryFilter notification.

Public Member Functions

boolean inventoryFilter (UgiEpc epc)
 Determine whether a newly found tag should be filtered out (not sent to inventoryTagFound or inventoryTagChanged, not put into the tags array). More...
 

Member Function Documentation

◆ inventoryFilter()

boolean com.ugrokit.api.UgiInventoryDelegate.InventoryFilterListener.inventoryFilter ( UgiEpc  epc)

Determine whether a newly found tag should be filtered out (not sent to inventoryTagFound or inventoryTagChanged, not put into the tags array).

Parameters
epcThe new EPC the reader has found
Returns
true to filter out the EPC (the default is to not filter out any EPCs)