java.lang.Object | |
↳ | com.datalogic.device.info.SYSTEM.Version |
The Version class contains strings and constants used for values
in the ACTION_DEVICE_INFO
Intent.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | ACTION_DEVICE_INFO | Broadcast Action: This is a sticky broadcast containing the device identification number, name and other information about the terminal. | |||||||||
String | EXTRA_DEVICE_ID | Extra for ACTION_DEVICE_INFO : integer containing the device ID number. |
|||||||||
String | EXTRA_DEVICE_NAME | Extra for ACTION_DEVICE_INFO : String containing the device name. |
|||||||||
String | EXTRA_FW_VERSION | Extra for ACTION_DEVICE_INFO : String containing the device firmware version. |
|||||||||
String | EXTRA_HW_REVISION | Extra for ACTION_DEVICE_INFO : integer containing the device hardware revision. |
|||||||||
String | EXTRA_PRODUCT_NUMBER | Extra for ACTION_DEVICE_INFO : String containing the device's product number. |
|||||||||
String | EXTRA_SCAN_ENGINE | Extra for ACTION_DEVICE_INFO : String containing the device's scan engine module ID. |
|||||||||
String | EXTRA_SDK_VERSION | Extra for ACTION_DEVICE_INFO : String containing the device Datalogic SDK version. |
|||||||||
String | EXTRA_SERIAL_NUMBER | Extra for ACTION_DEVICE_INFO : String containing the device's serial number. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Broadcast Action: This is a sticky broadcast containing the device identification number, name and other information about the terminal.
You can not receive this through components declared in manifests, only by explicitly registering for it with Context.registerReceiver(BroadcastReceiver, IntentFilter)
This is a protected intent that can only be sent by the system.
Extra for ACTION_DEVICE_INFO
: integer containing the device ID number.
Extra for ACTION_DEVICE_INFO
: String containing the device name.
Extra for ACTION_DEVICE_INFO
: String containing the device firmware version.
Extra for ACTION_DEVICE_INFO
: integer containing the device hardware revision.
Extra for ACTION_DEVICE_INFO
: String containing the device's product number.
Extra for ACTION_DEVICE_INFO
: String containing the device's scan engine module ID.
Extra for ACTION_DEVICE_INFO
: String containing the device Datalogic SDK version.
Extra for ACTION_DEVICE_INFO
: String containing the device's serial number.