java.lang.Object | |
↳ | com.datalogic.device.info.SYSTEM |
The SYSTEM
class provides access to system info.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
BARCODE_SCANNER_TYPE | Returns the type of the barcode scanner. | ||||||||||
BOOT_TYPE | Returns the type of boot. | ||||||||||
DEVICE_IMAGE | Returns the device image. | ||||||||||
DEVICE_SDK_VERSION | Returns a String indicating the installed Datalogic SDK version on the device. | ||||||||||
DEVICE_SDK_VERSION_INT | Returns a number indicating the installed Datalogic SDK version on the device. | ||||||||||
KEYBOARD_TYPE | Returns the keyboard type identifier. | ||||||||||
PRODUCT_NUMBER | Returns a String indicating the product number of the device. | ||||||||||
SERIAL_NUMBER | Returns a String indicating the serial number of the device. | ||||||||||
SERVICES_VERSION | Returns a String indicating the installed Datalogic SDK add-on version on the device. | ||||||||||
SERVICES_VERSION_INT | Returns a number indicating the installed Datalogic Services version on the device. | ||||||||||
WIFI_TYPE | Returns the type of the Wi-Fi adapter. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This function returns system component version.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Returns a String indicating the Datalogic SDK version in use at compile time.
Returns a number indicating the Datalogic SDK version in use at compile time. Future SDK releases will always have a greater number.
Returns the type of the barcode scanner.
Returns a String indicating the installed Datalogic SDK version on the device.
Returns a number indicating the installed Datalogic SDK version on the device. Future SDK releases will always have a greater number.
Returns the keyboard type identifier.
Returns a String indicating the product number of the device.
Returns a String indicating the serial number of the device.
Returns a String indicating the installed Datalogic SDK add-on version on the device.
Returns a number indicating the installed Datalogic Services version on the device.
Returns the type of the Wi-Fi adapter.
This function returns system component version.