public class ScannerCtrl
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BUNDLE_ERROR_CODE |
static java.lang.String |
BUNDLE_ERROR_MSG |
static int |
RESULT_CODE_ERROR |
static int |
RESULT_CODE_SUCCESS |
| Constructor and Description |
|---|
ScannerCtrl(android.content.Context context)
Instantiates a new Scanner ctrl.
|
| Modifier and Type | Method and Description |
|---|---|
android.os.Bundle |
exportEaSeriesSettings(java.lang.String filePath)
Export ea series settings.
|
android.os.Bundle |
exportSettings(java.lang.String folderPath)
Export settings.
|
android.os.Bundle |
exportUSSProfile(java.lang.String folderPath)
Export All USS Profile setting to assign folder
|
android.os.Bundle |
importEaSeriesSettings(java.lang.String filePath)
Import ea series settings.
|
android.os.Bundle |
importSettings(java.lang.String folderPath)
Import settings.
|
android.os.Bundle |
importUSSProfile(java.lang.String filePath)
Import USS Profile setting with a file.
|
android.os.Bundle |
resetUSSProfile()
remove all profiles except “Default” profile, and reset “Default” profile settings
|
public static final java.lang.String BUNDLE_ERROR_CODE
public static final java.lang.String BUNDLE_ERROR_MSG
public static final int RESULT_CODE_ERROR
public static final int RESULT_CODE_SUCCESS
public ScannerCtrl(android.content.Context context)
context - the contextpublic android.os.Bundle importSettings(java.lang.String folderPath)
folderPath - the folder path (String)public android.os.Bundle exportSettings(java.lang.String folderPath)
folderPath - the folder path (String)public android.os.Bundle importEaSeriesSettings(java.lang.String filePath)
filePath - the file path (String)public android.os.Bundle exportEaSeriesSettings(java.lang.String filePath)
filePath - the file path (String)public android.os.Bundle importUSSProfile(java.lang.String filePath)
filePath - the file path (String)public android.os.Bundle exportUSSProfile(java.lang.String folderPath)
folderPath - the folder path (String)public android.os.Bundle resetUSSProfile()