public class

Scanner2Constants

extends Object
java.lang.Object
   ↳ com.vuzix.sdk.barcode.Scanner2Constants

Class Overview

Represents Constants and Parameters used in the bundle to the scanner engine

Summary

Constants
String PARAM_LICENSE_KEY A string extra for specifying a custom license key used on the M300 and M300XL.
Public Constructors
Scanner2Constants()
Public Methods
static float getEngineVersion()
Query the device for the version of the barcode engine backing the SDK calls The SDK used at compile-time is often different than the one running on the device.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String PARAM_LICENSE_KEY

A string extra for specifying a custom license key used on the M300 and M300XL. Not currently used on M400 and Blade.

Constant Value: "license_key"

Public Constructors

public Scanner2Constants ()

Public Methods

public static float getEngineVersion ()

Query the device for the version of the barcode engine backing the SDK calls The SDK used at compile-time is often different than the one running on the device. If the device has a newer SDK than the one against which you compiled, the device has additional capabilities that are inaccessible to your application. If the device has an older SDK than the one against which you compiled, certain features may be unavaialable. Failure to resolve this method indicates the device is running SDK 1.6 or lower

Returns
float float - version number