com.ugrokit.api.UgiRfidConfiguration.InventoryTypes Enum Reference

Overview

Sound types (passed to startInventory)

Static Public Member Functions

static InventoryTypes fromInt (int i)
 Get an Inventory type for an undelying int value. More...
 

Public Attributes

 LOCATE_DISTANCE =(1)
 locate at a distance
 
 INVENTORY_SHORT_RANGE =(2)
 inventory (count) at short range, especially in dense environments
 
 INVENTORY_DISTANCE =(3)
 inventory (count) at a distance
 
 LOCATE_SHORT_RANGE =(4)
 locate at a short range
 
 LOCATE_VERY_SHORT_RANGE =(5)
 locate at very short range. This uses very low power and thus yields much longer battery life
 
 SINGLE_FIND =(6)
 find a single tag
 
 HF_INVENTORY =(7)
 Run inventory for HF tags.
 
 HF_SINGLE_FIND =(8)
 Find a single HF tag.
 

Member Function Documentation

◆ fromInt()

static InventoryTypes com.ugrokit.api.UgiRfidConfiguration.InventoryTypes.fromInt ( int  i)
static

Get an Inventory type for an undelying int value.

Parameters
iint value
Returns
Inventory type