点击或拖拽改变大小

V9100BarcodeScanEventArgs 类

为BarCodeScanner提供数据
继承层次
SystemObject
  Smobiler.CoreResultArgs
    Smobiler.DeviceV9100BarcodeScanEventArgs

命名空间:  Smobiler.Device
程序集:  Smobiler.Device (在 Smobiler.Device.dll 中) 版本:6.0.641.16928
语法
public class V9100BarcodeScanEventArgs : ResultArgs

V9100BarcodeScanEventArgs 类型公开以下成员。

构造函数
  名称说明
公共方法V9100BarcodeScanEventArgs
获取一个 V9100BarCodeScannerEventArgs 实例
Top
属性
  名称说明
公共属性Data
获取扫描值。
公共属性error
获取和设置错误信息
(继承自 ResultArgs。)
公共属性errorCode
获取和设置错误信息编号
(继承自 ResultArgs。)
公共属性isError
获取一个值,该值指示是否在接口调用结果中包含错误信息
(继承自 ResultArgs。)
Top
方法
  名称说明
公共方法setErrorInfo
设置错误信息
(继承自 ResultArgs。)
Top
参见