public class DeviceProperties
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static DeviceProperties |
DEVICE_DEFAULTS |
static int |
MAXIMUM_ANTENNA_OUTPUT_POWER_LIMIT |
static int |
MINIMUM_ANTENNA_OUTPUT_POWER_LIMIT |
Constructor and Description |
---|
DeviceProperties()
Default DeviceProperties
|
DeviceProperties(VersionInformationCommand informationCommand)
Creates an instance for the device identified by the given serial number
|
Modifier and Type | Method and Description |
---|---|
int |
getMaximumCarrierPower() |
int |
getMinimumCarrierPower() |
boolean |
isFastIdSupported() |
boolean |
isQTModeSupported() |
boolean |
isTagFocusSupported() |
public static final DeviceProperties DEVICE_DEFAULTS
public static final int MINIMUM_ANTENNA_OUTPUT_POWER_LIMIT
public static final int MAXIMUM_ANTENNA_OUTPUT_POWER_LIMIT
public DeviceProperties()
public DeviceProperties(VersionInformationCommand informationCommand)
informationCommand
- an executed VersionInformationCommandpublic final int getMinimumCarrierPower()
public final int getMaximumCarrierPower()
public final boolean isFastIdSupported()
public final boolean isTagFocusSupported()
public final boolean isQTModeSupported()