public class StageGoCtrl
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 |
|---|
StageGoCtrl(android.content.Context context)
Instantiates a new StageGoCtrl.
|
| Modifier and Type | Method and Description |
|---|---|
android.os.Bundle |
enabledBootupScript(boolean enabled) |
android.os.Bundle |
setBootupScript(java.lang.String filepath)
Call StageGO API to set bootup script files list
|
android.os.Bundle |
setPasscode(java.lang.String passcode)
StageGO setting, Set Pass Code
|
android.os.Bundle |
setReportMaxNum(int num)
StageGO setting, Set Report max number
|
android.os.Bundle |
setReportPath(java.lang.String filepath)
StageGO setting, Set Report Path
|
android.os.Bundle |
setScanMode(java.lang.String scanMode)
StageGO setting, Set Scan Mode
|
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 StageGoCtrl(android.content.Context context)
context - public android.os.Bundle setReportPath(java.lang.String filepath)
filepath - file path (String)public android.os.Bundle setReportMaxNum(int num)
num - number (int)public android.os.Bundle enabledBootupScript(boolean enabled)
enabled - (boolean) (true or false)public android.os.Bundle setBootupScript(java.lang.String filepath)
filepath - Files path, separated by "," (String)public android.os.Bundle setPasscode(java.lang.String passcode)
passcode - passcode (String) (press empty data, it will set no password)public android.os.Bundle setScanMode(java.lang.String scanMode)
scanMode - CameraMode or ScannerMode (String)