Enum Classの使用
jp.co.asterisk.asreader.barcodemanager.define.BarcodeConst.MemoryType
BarcodeConst.MemoryTypeを使用しているパッケージ
-
jp.co.asterisk.asreader.barcodemanagerでのBarcodeConst.MemoryTypeの使用
修飾子とタイプメソッド説明void
BarcodeManager.setBarcodeSettings
(BarcodeConst.MemoryType memoryType, BarcodeConst.BarcodeSettings settingsType) Set Barcode settings
Callback Method :BarcodeManagerCallback.onReceivedResponse(BarcodeConst.BarcodeCommandAction, BarcodeResult)
void
BarcodeManager.setNotisEditing
(BarcodeConst.MemoryType memoryType, boolean isEnabled) Set NOTIS editing option.void
BarcodeManager.setSymbologyAllEnable
(BarcodeConst.MemoryType memoryType, boolean isEnable) Set All Symbology settings
Callback Method :BarcodeManagerCallback.onReceivedResponse(BarcodeConst.BarcodeCommandAction, BarcodeResult)
void
BarcodeManager.setSymbologySettings
(BarcodeConst.MemoryType memoryType, ArrayList<jp.co.asterisk.asreader.barcodemanager.SymbologyInfoModel> symbologyInfoList) Set Symbologies settings
Callback Method :BarcodeManagerCallback.onReceivedResponse(BarcodeConst.BarcodeCommandAction, BarcodeResult)
void
BarcodeManager.setSymbologySettings
(BarcodeConst.MemoryType memoryType, Symbology symbology, boolean isEnable) Set Symbology settings -
jp.co.asterisk.asreader.barcodemanager.defineでのBarcodeConst.MemoryTypeの使用
修飾子とタイプメソッド説明static BarcodeConst.MemoryType
Returns the enum constant of this class with the specified name.static BarcodeConst.MemoryType[]
BarcodeConst.MemoryType.values()
Returns an array containing the constants of this enum class, in the order they are declared.