public class

SYSTEM

extends Object
java.lang.Object
   ↳ com.datalogic.device.info.SYSTEM

Class Overview

The SYSTEM class provides access to system info.

Summary

Nested Classes
class SYSTEM.Version The Version class contains strings and constants used for values in the ACTION_DEVICE_INFO Intent. 
Constants
String SDK_VERSION Returns a String indicating the Datalogic SDK version in use at compile time.
int SDK_VERSION_INT Returns a number indicating the Datalogic SDK version in use at compile time.
Fields
public static final BarcodeScannerType BARCODE_SCANNER_TYPE Returns the type of the barcode scanner.
public static final BootType BOOT_TYPE Returns the type of boot.
public static final Bitmap DEVICE_IMAGE Returns the device image.
public static final String DEVICE_SDK_VERSION Returns a String indicating the installed Datalogic SDK version on the device.
public static final int DEVICE_SDK_VERSION_INT Returns a number indicating the installed Datalogic SDK version on the device.
public static final KeyboardType KEYBOARD_TYPE Returns the keyboard type identifier.
public static final String PRODUCT_NUMBER Returns a String indicating the product number of the device.
public static final String SERIAL_NUMBER Returns a String indicating the serial number of the device.
public static final String SERVICES_VERSION Returns a String indicating the installed Datalogic SDK add-on version on the device.
public static final int SERVICES_VERSION_INT Returns a number indicating the installed Datalogic Services version on the device.
public static final WiFiType WIFI_TYPE Returns the type of the Wi-Fi adapter.
Public Constructors
SYSTEM()
Public Methods
static HashMap<String, String> getVersions()
This function returns system component version.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String SDK_VERSION

Added in revision 1

Returns a String indicating the Datalogic SDK version in use at compile time.

Constant Value: "1.35"

public static final int SDK_VERSION_INT

Added in revision 1

Returns a number indicating the Datalogic SDK version in use at compile time. Future SDK releases will always have a greater number.

Constant Value: 65571 (0x00010023)

Fields

public static final BarcodeScannerType BARCODE_SCANNER_TYPE

Added in revision 1

Returns the type of the barcode scanner.

public static final BootType BOOT_TYPE

Added in revision 1

Returns the type of boot.

See Also

public static final Bitmap DEVICE_IMAGE

Added in revision 1

Returns the device image.

public static final String DEVICE_SDK_VERSION

Added in revision 2

Returns a String indicating the installed Datalogic SDK version on the device.

public static final int DEVICE_SDK_VERSION_INT

Added in revision 2

Returns a number indicating the installed Datalogic SDK version on the device. Future SDK releases will always have a greater number.

public static final KeyboardType KEYBOARD_TYPE

Added in revision 1

Returns the keyboard type identifier.

See Also

public static final String PRODUCT_NUMBER

Added in revision 28

Returns a String indicating the product number of the device.

public static final String SERIAL_NUMBER

Added in revision 28

Returns a String indicating the serial number of the device.

public static final String SERVICES_VERSION

Added in revision 1

Returns a String indicating the installed Datalogic SDK add-on version on the device.

public static final int SERVICES_VERSION_INT

Added in revision 1

Returns a number indicating the installed Datalogic Services version on the device.

public static final WiFiType WIFI_TYPE

Added in revision 1

Returns the type of the Wi-Fi adapter.

See Also

Public Constructors

public SYSTEM ()

Added in revision 1

Public Methods

public static HashMap<String, String> getVersions ()

Added in revision 1

This function returns system component version.

Returns
  • HashMap containing pairs of key and value Strings, associated to different software component versions.