java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.extension.selfshopping.cradle.joyatouch.FailureState |
This enum lists cradle's failure states.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
FailureState | BAD_LEVER_POSITION | The slot's lever is not in the correct position. | |||||||||
FailureState | DEVICE_CHARGING_FAILURE | The device reported an error on its internal charging system. | |||||||||
FailureState | FLASH_CORRUPTED | The cradle's internal flash is corrupted. | |||||||||
FailureState | NONE | No failure was detected. | |||||||||
FailureState | UNCALIBRATED | The cradle is not calibrated. | |||||||||
FailureState | WLC_EOC_TIMEOUT | The device asked for an "end of power transmission" for too long. | |||||||||
FailureState | WLC_FOD | There is some metal object which prevents a successful wireless charge power transmission between the cradle and the device. | |||||||||
FailureState | WLC_GENERIC | Generic wireless charge error. | |||||||||
FailureState | WRONG_DAISY_CHAIN_CONFIG | The current cradle's daisy chain configuration is not allowed. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[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 device reported an error on its internal charging system.
The cradle's internal flash is corrupted.
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 current cradle's daisy chain configuration is not allowed.