java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.cradle.Failure |
This enum lists failures managed by the Cradle.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Failure | FAILURE_BAD_LEVER_POSITION | The slot's lever is not in the correct position. | |||||||||
Failure | FAILURE_CHARGER | The Cradle is experiencing a problem on the charger. | |||||||||
Failure | FAILURE_DEVICE_NOT_CHARGING | The Cradle is experiencing a problem on its internal charging system | |||||||||
Failure | FAILURE_FLASH_CORRUPTED | The cradle's internal flash is corrupted. | |||||||||
Failure | FAILURE_GENERAL | General failure was detected. | |||||||||
Failure | FAILURE_LEVER_NOT_CALIBRATED | The Cradle is experiencing a problem with lever calibration | |||||||||
Failure | FAILURE_SOLENOID | The locking solenoid is too hot and the lever cannot be controlled until temperature will be reduced. | |||||||||
Failure | FAILURE_SOLENOID_OVERTEMPERATURE | The locking solenoid is too hot and the lever cannot be controlled until temperature will be reduced. | |||||||||
Failure | FAILURE_SPARE_BATTERY_AUTH | The Cradle is experiencing a problem on the battery authentication. | |||||||||
Failure | FAILURE_SPARE_BATTERY_DEAD | The Cradle is experiencing a problem on the battery status. | |||||||||
Failure | FAILURE_SPARE_BATTERY_EEPROM | The Cradle is experiencing a problem on the battery eeprom. | |||||||||
Failure | FAILURE_UNKNOWN | No failure was detected. | |||||||||
Failure | FAILURE_WLC_EOC_TIMEOUT | The device asked for an "end of power transmission" for too long. | |||||||||
Failure | FAILURE_WLC_FOD | There is some metal object which prevents a successful wireless charge power transmission between the cradle and the device. | |||||||||
Failure | FAILURE_WLC_GENERAL | The Cradle is experiencing a general problem on the wlc. | |||||||||
Failure | FAILURE_WLC_TX | The Cradle is experiencing a problem on WLC's TX and it cannot power to the device. | |||||||||
Failure | FAILURE_WRONG_DAISY_CHAIN_CONFIG | The current cradle's daisy chain configuration is not allowed. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the corresponding Failure value, from a valid integer.
| |||||||||||
Converts the Failure enum to its integer representing value.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
The slot's lever is not in the correct position.
The Cradle is experiencing a problem on the charger.
The Cradle is experiencing a problem on its internal charging system
The cradle's internal flash is corrupted.
The Cradle is experiencing a problem with lever calibration
The locking solenoid is too hot and the lever cannot be controlled until temperature will be reduced.
The locking solenoid is too hot and the lever cannot be controlled until temperature will be reduced.
The Cradle is experiencing a problem on the battery authentication.
The Cradle is experiencing a problem on the battery status.
The Cradle is experiencing a problem on the battery eeprom.
The device asked for an "end of power transmission" for too long.
There is some metal object which prevents a successful wireless charge power transmission between the cradle and the device.
The Cradle is experiencing a general problem on the wlc.
The Cradle is experiencing a problem on WLC's TX and it cannot power to the device.
The current cradle's daisy chain configuration is not allowed.
Retrieves the corresponding Failure value, from a valid integer.
n | int |
---|
Converts the Failure enum to its integer representing value.