java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.extension.selfshopping.cradle.joyatouch.FavoriteFirmware |
This enum lists the favorite Cradle firmware version.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
FavoriteFirmware | FORCE_LEGACY | Force the communication in legacy mode (even with new cradles) | |||||||||
FavoriteFirmware | KEHTO | This field is deprecated. Use either LATEST_DETECTED or FORCE_LEGACY | |||||||||
FavoriteFirmware | LATEST_DETECTED | Favor the latest detected firmware, taken from the last Cradle the device has been inserted into | |||||||||
FavoriteFirmware | LEGACY | This field is deprecated. Use either LATEST_DETECTED or FORCE_LEGACY |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the corresponding ConcurrencyPreference value, from a valid integer.
| |||||||||||
Converts the ConcurrencyPreference enum to its integer representing value.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Force the communication in legacy mode (even with new cradles)
This field is deprecated.
Use either LATEST_DETECTED or FORCE_LEGACY
Favor the Kehto firmware
Favor the latest detected firmware, taken from the last Cradle the device has been inserted into
This field is deprecated.
Use either LATEST_DETECTED or FORCE_LEGACY
Favor the legacy Cradle firmware
Retrieves the corresponding ConcurrencyPreference value, from a valid integer.
n | int |
---|
Converts the ConcurrencyPreference enum to its integer representing value.