R1000ScannerBarcodeScan 方法 |
扫描条码
命名空间:
Smobiler.Device
程序集:
Smobiler.Device (在 Smobiler.Device.dll 中) 版本:6.0.651.17422+acac930a389332bc36ed645b22d5419d24641df7
语法public void BarcodeScan(
int timer = 2
)
Public Sub BarcodeScan (
Optional timer As Integer = 2
)
参数
- timer (Optional)
- 类型:SystemInt32
BarcodeIsMulti设置false: 取值 (1-600), 代表几秒后自动关闭, 默认 2。BarcodeIsMulti设置true: 取值(2-50), 代表连续扫描间隔, 默认 2
参见