| 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. | |||||||||||
Locks the device.
| |||||||||||
Sets the policy required to update the Cradle firmware, when a firmware
is avalable in the device.
| |||||||||||
Shuts down the device and powers it off.
| |||||||||||
|
[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.
Locks the device. The call is asynchronous, the method returns immediately after requesting the lock.
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.
Shuts down the device and powers it off. The call is asynchronous, the method returns immediately after requesting the shutdown.