Click or drag to resize

SYSTEM Class

Inheritance Hierarchy
Object
  Com.Datalogic.Device.InfoSYSTEM

Namespace:  Com.Datalogic.Device.Info
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class SYSTEM : Object

The SYSTEM type exposes the following members.

Constructors
  NameDescription
Public methodSYSTEM
Initializes a new instance of the SYSTEM class
Top
Properties
  NameDescription
Public propertyStatic memberBarcodeScannerType
Returns the type of the barcode scanner.
Public propertyStatic memberBootType
Returns the type of boot.
Public propertyStatic memberDeviceImage
Returns the device image.
Public propertyStatic memberDeviceSdkVersion
Returns a String indicating the installed Datalogic SDK version on the device.
Public propertyStatic memberDeviceSdkVersionInt
Returns a number indicating the installed Datalogic SDK version on the device.
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberKeyboardType
Returns the keyboard type identifier.
Public propertyStatic memberProductNumber
Returns a String indicating the product number of the device.
Public propertyStatic memberSerialNumber
Returns a String indicating the serial number of the device.
Public propertyStatic memberServicesVersion
Returns a String indicating the installed Datalogic SDK add-on version on the device.
Public propertyStatic memberServicesVersionInt
Returns a number indicating the installed Datalogic Services version on the device.
Public propertyStatic memberVersions
This function returns system component version.
Public propertyStatic memberWifiType
Returns the type of the Wi-Fi adapter.
Top
Fields
  NameDescription
Public fieldStatic memberSdkVersion
Returns a String indicating the Datalogic SDK version in use at compile time.
Public fieldStatic memberSdkVersionInt
Returns a number indicating the Datalogic SDK version in use at compile time.
Top
Remarks
The SYSTEM class provides access to system info.

[Android Documentation]

See Also