public class ScannerParameterEntity
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ScannerParameterEntity.Builder |
Constructor and Description |
---|
ScannerParameterEntity() |
Modifier and Type | Method and Description |
---|---|
int |
getBarcodeContinuousScanIntervalTime()
连续扫描间隔时间
continuous scanning intervals |
int |
getBarcodeContinuousScanTimeOut()
连续扫描超时时间
continuous scanning time-out |
int |
getBarcodeFormat()
条码编码格式
barcode decoding format |
java.lang.String |
getFilterChars()
过滤字符串
Filter string |
int |
getInterceptTrimLeft()
截取左边字符串
Capture string on left |
int |
getInterceptTrimRight()
截取右边字符串
capture string on right |
int |
getOutputMode()
输出模式
Output mode |
java.lang.String |
getPrefix()
Prefix
|
java.lang.String |
getScanResultBroadcastAction()
Broadcast Action
|
java.lang.String |
getScanResultBroadcastKey()
Broadcast Key
|
java.lang.String |
getSuffix()
suffix
|
boolean |
isBarcodeContinuousScan()
扫描头连续扫描模式
Scanning head Continuous scanning mode
|
boolean |
isEnter()
是否启用回车
Enter ON/OFF |
boolean |
isFailureSound()
扫描失败是否播放提示音
scan failure sound ON/OFF |
boolean |
isReleaseScanKeyOnStartScan()
ScanOnRelease
|
boolean |
isReleaseScanKeyOnStopScan()
松开扫描按键停止扫描
Stop scan after release scan button |
boolean |
isScanFailureBroadcast()
扫描失败是否发送广播,接收广播的action和扫描成功的action是同一个
Send broadcast when scan failure |
boolean |
isSuccessSound()
扫描成功是否播放提示音
Scan success sound ON/OFF |
boolean |
isTab()
是否启用TAB
TAB ON/OFF |
boolean |
isVibrate()
扫描成功是否震动提示
scan success vibrate ON/OFF |
java.lang.String |
toString() |
public boolean isReleaseScanKeyOnStopScan()
public boolean isVibrate()
public boolean isSuccessSound()
public boolean isFailureSound()
public boolean isEnter()
public boolean isTab()
public int getOutputMode()
public java.lang.String getScanResultBroadcastAction()
public java.lang.String getScanResultBroadcastKey()
public java.lang.String getSuffix()
public java.lang.String getPrefix()
public int getInterceptTrimLeft()
public int getInterceptTrimRight()
public java.lang.String getFilterChars()
public int getBarcodeFormat()
public boolean isBarcodeContinuousScan()
public int getBarcodeContinuousScanIntervalTime()
public int getBarcodeContinuousScanTimeOut()
public boolean isScanFailureBroadcast()
public boolean isReleaseScanKeyOnStartScan()
public java.lang.String toString()
toString
in class java.lang.Object