public static final class StUhf.InterrogatorModelF.UmfAntennaConfig
extends java.lang.Object
UmfAntennaConfig#newInstance(float, long, long)},
InterrogatorModelF#setAntennaConfig(UmfAntennaConfig) setAntennaConfig(UmfAntennaConfig)},
InterrogatorModelF#getAntennaConfig() getAntennaConfig()}| Modifier and Type | Method and Description |
|---|---|
protected long |
getAntennaId() |
long |
getDwellTimeByMs()
get the residence time of the antenna ,[0-0xFfFfFfFfL],which 0 represents dwellTime is disabled
|
long |
getNumberInventoryCycles()
get the inventory cycle of the antenna,[0-0xFfFfFfFfL],which 0 represents the number of inventory cycles is disabled
|
float |
getPower()
get the power of the antenna
|
static StUhf.InterrogatorModelF.UmfAntennaConfig |
newInstance(float power,
long dwellTimeByMs,
long numberInventoryCycles)
get an instance of UmfAntennaConfig
dwellTimeByMs and numberInventoryCycles must not be 0 at the same time
|
java.lang.String |
toString() |
public static StUhf.InterrogatorModelF.UmfAntennaConfig newInstance(float power, long dwellTimeByMs, long numberInventoryCycles)
power -
power [10-32]dwellTimeByMs -
get the residence time of the antenna[0-0xFfFfFfFfL]numberInventoryCycles -
get the inventory cycle of the antennaprotected long getAntennaId()
public float getPower()
public long getDwellTimeByMs()
public long getNumberInventoryCycles()
public java.lang.String toString()
toString in class java.lang.Object