public static final class StUhf.InterrogatorModelC.UmcAntennaParam
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
protected long |
getAntennaId() |
long |
getDwellTimeByMs()
get the residence time of the antenna
|
static StUhf.InterrogatorModelC.UmcAntennaParam |
getInstance(float power,
long dwellTimeByMs,
long numberInventoryCycles)
get an instance of UmcAntennaParam
dwellTimeByMs and numberInventoryCycles must not be 0 at the same time
|
long |
getNumberInventoryCycles()
get the inventory cycle of the antenna
|
float |
getPower()
get the power of the antenna
|
java.lang.String |
toString() |
protected long getAntennaId()
public float getPower()
public long getDwellTimeByMs()
public long getNumberInventoryCycles()
public static StUhf.InterrogatorModelC.UmcAntennaParam getInstance(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 antennapublic java.lang.String toString()
toString
in class java.lang.Object