java.lang.Object | |
↳ | com.datalogic.extension.selfshopping.cradle.joyatouch.StateInfo |
Info about the state of the Joya Touch Cradle. Some info are general to the Cradle, while other are specific to the Cradle slot in use by the device.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Empty constructor for the Joya Touch State Info.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the Cradle system version.
| |||||||||||
Gets the Cradle bootloader version.
| |||||||||||
Gets the current insertion count for this Cradle slot.
| |||||||||||
Gets the current slot index.
| |||||||||||
Checks if concurrency between NFC and WLC is supported by this Cradle.
| |||||||||||
Checks if fast charge is available in this Cradle.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Gets the Cradle system version.
long
the Cradle system version.
Gets the Cradle bootloader version.
long
the Cradle bootloader version.
Gets the current insertion count for this Cradle slot.
long
the Cradle insertion count.
Gets the current slot index.
short
the slot index occupied by the device.
Checks if concurrency between NFC and WLC is supported by this Cradle.
boolean
true if concurrency is supported,
false otherwise.
Checks if fast charge is available in this Cradle.
boolean
true if fast charge is available,
false otherwise.