Package com.metratec.lib.rfidreader.uhf
Class UHFInventorySetting
- java.lang.Object
-
- com.metratec.lib.rfidreader.uhf.UHFInventorySetting
-
public class UHFInventorySetting extends java.lang.Object
Uhf inventory settings
-
-
Constructor Summary
Constructors Constructor Description UHFInventorySetting(boolean onlyNewTag, boolean withRssi, boolean withTid, boolean fastStart)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isFastStart()
boolean
onlyNewTag()
void
setFastStart(boolean fastStart)
void
setOnlyNewTag(boolean onlyNewTag)
void
setWithRssi(boolean withRssi)
void
setWithTid(boolean withTid)
boolean
withRssi()
boolean
withTid()
-
-
-
Method Detail
-
onlyNewTag
public boolean onlyNewTag()
- Returns:
- the onlyNewTag
-
setOnlyNewTag
public void setOnlyNewTag(boolean onlyNewTag)
- Parameters:
onlyNewTag
- the onlyNewTag to set
-
withRssi
public boolean withRssi()
- Returns:
- the withRssi
-
setWithRssi
public void setWithRssi(boolean withRssi)
- Parameters:
withRssi
- the withRssi to set
-
withTid
public boolean withTid()
- Returns:
- the withTid
-
setWithTid
public void setWithTid(boolean withTid)
- Parameters:
withTid
- the withTid to set
-
isFastStart
public boolean isFastStart()
- Returns:
- true if the fast start is enabled
-
setFastStart
public void setFastStart(boolean fastStart)
- Parameters:
fastStart
- set to true to enable the fast start
-
-