public class Config
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
Antennas |
Antennas |
API3Abstract |
api3Abstract |
GPIs |
GPI |
GPOs |
GPO |
| Constructor and Description |
|---|
Config() |
| Modifier and Type | Method and Description |
|---|---|
Antennas |
getAntennas() |
short |
getDutyCycleIndex() |
RADIO_POWER_STATE |
getRadioPowerState()
Gets the Radio power state to on or off state
|
boolean |
getSaveLlrpConfigStatus() |
TagStorageSettings |
getTagStorageSettings()
Get TagStorageSettings.
|
TRACE_LEVEL[] |
getTraceLevel()
Gets the trace level
|
void |
resetFactoryDefaults()
Restores to factory default settings in the reader.
|
void |
saveLlrpConfig() |
void |
setDutyCycleIndex(short dutyCycleIndex) |
void |
setRadioPowerState(RADIO_POWER_STATE radioPowerState)
Sets the Radio power state to on or off state
|
void |
setTagStorageSettings(TagStorageSettings tagStorageSettings)
This method allows configuring the maximum tag-storage capacity and
storage to be allocated in the Tag Data object for the memory bank data and Tag ID (EPC).
|
void |
setTraceLevel(TRACE_LEVEL traceLevel)
Sets the trace level
|
void |
setTraceLevel(TRACE_LEVEL[] arrTraceLevel) |
public Antennas Antennas
public GPIs GPI
public GPOs GPO
public API3Abstract api3Abstract
public short getDutyCycleIndex()
throws InvalidUsageException,
OperationFailureException
public void setDutyCycleIndex(short dutyCycleIndex)
throws InvalidUsageException,
OperationFailureException
public RADIO_POWER_STATE getRadioPowerState() throws InvalidUsageException, OperationFailureException
public void setRadioPowerState(RADIO_POWER_STATE radioPowerState) throws InvalidUsageException, OperationFailureException
public TRACE_LEVEL[] getTraceLevel()
public void setTraceLevel(TRACE_LEVEL traceLevel)
public void setTraceLevel(TRACE_LEVEL[] arrTraceLevel)
public void setTagStorageSettings(TagStorageSettings tagStorageSettings) throws InvalidUsageException, OperationFailureException
tagStorageSettings - Settings like MaxTagCount, MaxMemoryBankSize, MaxEPCID, selection of tag fieldsInvalidUsageExceptionOperationFailureException - This exception is thown when the parameters are invalidpublic TagStorageSettings getTagStorageSettings() throws InvalidUsageException, OperationFailureException
InvalidUsageExceptionOperationFailureExceptionpublic void resetFactoryDefaults()
throws InvalidUsageException,
OperationFailureException
public void saveLlrpConfig()
throws InvalidUsageException,
OperationFailureException
public boolean getSaveLlrpConfigStatus()
throws InvalidUsageException,
OperationFailureException
public Antennas getAntennas()