java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.device.FirmwareUpdatePolicy |
Enumerative representing the Policy to update the Cradle Firmware.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
FirmwareUpdatePolicy | FIRMWARE_UPDATE_POLICY_DISABLED | Firmware update feature is disabled. | |||||||||
FirmwareUpdatePolicy | FIRMWARE_UPDATE_POLICY_NOT_SUPPORTED | Firmware update policy not supported. | |||||||||
FirmwareUpdatePolicy | FIRMWARE_UPDATE_POLICY_ONLY_IF_NEWER_AVAILABLE | Firmware update is automatically performed only if a newer firmware compared with the current installed in the Cradle is available in the device. | |||||||||
FirmwareUpdatePolicy | FIRMWARE_UPDATE_POLICY_UNKNOWN | Unknown firmware update policy. | |||||||||
FirmwareUpdatePolicy | FIRMWARE_UPDATE_POLICY_USER_NOTIFICATION | A notification is shown to the user if a firmware update is available. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the corresponding FirmwareUpdatePolicy value, from a valid integer.
| |||||||||||
Converts the FirmwareUpdatePolicy enum to its integer representing value.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Firmware update feature is disabled.
Firmware update policy not supported.
Firmware update is automatically performed only if a newer firmware compared with the current installed in the Cradle is available in the device.
Unknown firmware update policy.
A notification is shown to the user if a firmware update is available.
Retrieves the corresponding FirmwareUpdatePolicy value, from a valid integer.
n | int |
---|
Converts the FirmwareUpdatePolicy enum to its integer representing value.