| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.datalogic.cradle.AvailableSourcePower | |
Enumerative representing the Cradle Available Source Power Level depending on the cradle configuration.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AvailableSourcePower | AVAILABLE_SOURCE_POWER_10_WATT | Cradle are charging the device with 10 watt. | |||||||||
| AvailableSourcePower | AVAILABLE_SOURCE_POWER_15_WATT | Cradle are charging the device with 15 watt. | |||||||||
| AvailableSourcePower | AVAILABLE_SOURCE_POWER_5_WATT | Cradle are charging the device with 5 watt. | |||||||||
| AvailableSourcePower | AVAILABLE_SOURCE_POWER_LEVEL_UNKNOWN | Unknown Cradle charging level. | |||||||||
| AvailableSourcePower | AVAILABLE_SOURCE_POWER_NOT_SUPPORTED | Cradle Type or Device don't support this information. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the corresponding AvailableSourcePower value, from a valid integer.
| |||||||||||
Converts the AvailableSourcePower enum to its integer representing value.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Cradle are charging the device with 10 watt.
Cradle are charging the device with 15 watt.
Cradle are charging the device with 5 watt.
Unknown Cradle charging level.
Cradle Type or Device don't support this information.
Retrieves the corresponding AvailableSourcePower value, from a valid integer.
| n | int |
|---|
Converts the AvailableSourcePower enum to its integer representing value.