com.ugrokit.api.UgiInventoryDelegate.InventoryFilterLowLevelListener Interface Reference

Overview

Interface to implement to get inventoryFilterLowLevel notification.

Public Member Functions

boolean inventoryFilterLowLevel (byte[] epc)
 Filter out a tag at the raw EPC level – this is called on an arbitrary thread and must work very quickly. More...
 

Member Function Documentation

◆ inventoryFilterLowLevel()

boolean com.ugrokit.api.UgiInventoryDelegate.InventoryFilterLowLevelListener.inventoryFilterLowLevel ( byte []  epc)

Filter out a tag at the raw EPC level – this is called on an arbitrary thread and must work very quickly.

Parameters
epcThe EPC to filter
Returns
true to filter out the tag (the default is to not filter out any tags)