HoneywellScannerSetState 方法 |
设置扫描参数
命名空间:
Smobiler.Device
程序集:
Smobiler.Device (在 Smobiler.Device.dll 中) 版本:6.0.651.17422+acac930a389332bc36ed645b22d5419d24641df7
语法public void SetState(
bool Continue,
bool Vibrate
)
Public Sub SetState (
Continue As Boolean,
Vibrate As Boolean
)
参数
- Continue
- 类型:SystemBoolean
是否连续扫描,默认false - Vibrate
- 类型:SystemBoolean
是否开启震动,默认true
参见