public class SYSTEM
extends java.lang.Object
SYSTEM class provides access to system info.| Modifier and Type | Class and Description |
|---|---|
static class |
SYSTEM.Version
The Version class contains strings and constants used for values
in the
SYSTEM.Version.ACTION_DEVICE_INFO Intent. |
| Modifier and Type | Field and Description |
|---|---|
static BarcodeScannerType |
BARCODE_SCANNER_TYPE
Returns the type of the barcode scanner.
|
static BootType |
BOOT_TYPE
Returns the type of boot.
|
static android.graphics.Bitmap |
DEVICE_IMAGE
Returns the device image.
|
static java.lang.String |
DEVICE_SDK_VERSION
Returns a String indicating the installed Datalogic SDK version on
the device.
|
static int |
DEVICE_SDK_VERSION_INT
Returns a number indicating the installed Datalogic SDK version on
the device.
|
static KeyboardType |
KEYBOARD_TYPE
Returns the keyboard type identifier.
|
static java.lang.String |
SDK_VERSION
Returns a String indicating the Datalogic SDK version in use at compile time.
|
static int |
SDK_VERSION_INT
Returns a number indicating the Datalogic SDK version in use at compile time.
|
static java.lang.String |
SERVICES_VERSION
Returns a String indicating the installed Datalogic SDK add-on version on
the device.
|
static int |
SERVICES_VERSION_INT
Returns a number indicating the installed Datalogic Services version on
the device.
|
static WiFiType |
WIFI_TYPE
Returns the type of the Wi-Fi adapter.
|
| Constructor and Description |
|---|
SYSTEM() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.HashMap<java.lang.String,java.lang.String> |
getVersions()
This function returns system component version.
|
public static final KeyboardType KEYBOARD_TYPE
KeyboardTypepublic static final int SDK_VERSION_INT
public static final java.lang.String SDK_VERSION
public static final int SERVICES_VERSION_INT
public static final java.lang.String SERVICES_VERSION
public static final BarcodeScannerType BARCODE_SCANNER_TYPE
BarcodeScannerTypepublic static final WiFiType WIFI_TYPE
WiFiTypepublic static final android.graphics.Bitmap DEVICE_IMAGE
public static final int DEVICE_SDK_VERSION_INT
public static final java.lang.String DEVICE_SDK_VERSION