| 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 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
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|
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 |