java.lang.Object | |
↳ | com.datalogic.device.DeviceManager |
This class provides access to control several device options.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Enable or disable the cradle failure event
| |||||||||||
Retrieves the current policy for Cradle firmware updates, when a firmware
is avalable in the device.
| |||||||||||
Returns an instance of the
DeviceManager . | |||||||||||
Sets the policy required to update the Cradle firmware, when a firmware
is avalable in the device.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Enable or disable the cradle failure event
enable | The required boolean for Cradle failure event. |
---|
boolean
true in case of success, false otherwise.
Retrieves the current policy for Cradle firmware updates, when a firmware is avalable in the device.
FirmwareUpdatePolicy
current required for Cradle firmware updates.
Returns an instance of the DeviceManager
.
Sets the policy required to update the Cradle firmware, when a firmware is avalable in the device.
policy | The required FirmwareUpdatePolicy to update the Cradle firmware. |
---|
boolean
true in case of success, false otherwise.