public class LowDutyCycleSettings
extends java.lang.Object
| Constructor and Description |
|---|
LowDutyCycleSettings() |
| Modifier and Type | Method and Description |
|---|---|
int |
getEmptyFieldTimeoutInMs()
When the reader detects and empty field (no tags) for this time, on a
given antenna, it will enter low duty cycle mode and check this antenna
for tags only periodically.
|
int |
getFieldPingIntervalInMs()
When in low duty cycle mode, the reader will check the field for tags
on each antenna at least once every Ping Interval.
|
java.lang.Boolean |
getIsEnabled() |
void |
setEmptyFieldTimeoutInMs(int emptyFieldTimeoutInMs)
When the reader detects and empty field (no tags) for this time, on a
given antenna, it will enter low duty cycle mode and check this antenna
for tags only periodically.
|
void |
setFieldPingIntervalInMs(int fieldPingIntervalInMs)
When in low duty cycle mode, the reader will check the field for tags
on each antenna at least once every Ping Interval.
|
void |
setIsEnabled(java.lang.Boolean isEnabled) |
public java.lang.Boolean getIsEnabled()
public void setIsEnabled(java.lang.Boolean isEnabled)
isEnabled - set to true to enable low duty cyclepublic int getEmptyFieldTimeoutInMs()
public void setEmptyFieldTimeoutInMs(int emptyFieldTimeoutInMs)
emptyFieldTimeoutInMs - the desired value for the empty field timeoutpublic int getFieldPingIntervalInMs()
public void setFieldPingIntervalInMs(int fieldPingIntervalInMs)
fieldPingIntervalInMs - the desired value for the field ping interval