public static class SYSTEM.Version
extends java.lang.Object
ACTION_DEVICE_INFO Intent.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ACTION_DEVICE_INFO
Broadcast Action: This is a sticky broadcast containing the
device identification number, name and other information about the terminal.
|
static java.lang.String |
EXTRA_DEVICE_ID
Extra for
ACTION_DEVICE_INFO: integer containing the device ID number. |
static java.lang.String |
EXTRA_DEVICE_NAME
Extra for
ACTION_DEVICE_INFO: String containing the device name. |
static java.lang.String |
EXTRA_FW_VERSION
Extra for
ACTION_DEVICE_INFO: String containing the device firmware version. |
static java.lang.String |
EXTRA_HW_REVISION
Extra for
ACTION_DEVICE_INFO: integer containing the device hardware revision. |
static java.lang.String |
EXTRA_SCAN_ENGINE
Extra for
ACTION_DEVICE_INFO: String containing the device's scan engine module ID. |
static java.lang.String |
EXTRA_SDK_VERSION
Extra for
ACTION_DEVICE_INFO: String containing the device Datalogic SDK version. |
static short |
SDK_VERSION_MAJOR |
static short |
SDK_VERSION_MINOR |
| Constructor and Description |
|---|
Version() |
public static final short SDK_VERSION_MAJOR
public static final short SDK_VERSION_MINOR
public static final java.lang.String ACTION_DEVICE_INFO
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.
public static final java.lang.String EXTRA_DEVICE_NAME
ACTION_DEVICE_INFO: String containing the device name.public static final java.lang.String EXTRA_DEVICE_ID
ACTION_DEVICE_INFO: integer containing the device ID number.public static final java.lang.String EXTRA_HW_REVISION
ACTION_DEVICE_INFO: integer containing the device hardware revision.public static final java.lang.String EXTRA_FW_VERSION
ACTION_DEVICE_INFO: String containing the device firmware version.public static final java.lang.String EXTRA_SDK_VERSION
ACTION_DEVICE_INFO: String containing the device Datalogic SDK version.public static final java.lang.String EXTRA_SCAN_ENGINE
ACTION_DEVICE_INFO: String containing the device's scan engine module ID.