Package | Description |
---|---|
com.barcode |
Modifier and Type | Method and Description |
---|---|
static BarcodeUtility.ModuleType |
BarcodeUtility.ModuleType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BarcodeUtility.ModuleType[] |
BarcodeUtility.ModuleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BarcodeUtility.close(Context context,
BarcodeUtility.ModuleType modul)
关闭指定功能
Switch off designated function
|
void |
BarcodeUtility.open(Context context,
BarcodeUtility.ModuleType modul)
打开指定功能
Switch on designated function
|
void |
BarcodeUtility.startScan(Context context,
BarcodeUtility.ModuleType modul)
开始扫描
Start scanning
|
void |
BarcodeUtility.stopScan(Context context,
BarcodeUtility.ModuleType modul)
停止扫描
Stop scanning
|