BarcodeScanner 类 |
命名空间: Smobiler.Core.Controls
BarcodeScanner 类型公开以下成员。
名称 | 说明 | |
---|---|---|
![]() | BarcodeScanner | 初始化 BarcodeScanner 类的一个新实例 |
名称 | 说明 | |
---|---|---|
![]() | Form |
获取组件所属窗体
(继承自 MobileComponent。) |
![]() | Name |
获取或设置控件的名称。
(继承自 MobileComponent。) |
![]() | Parent |
获取控件的父控件MobileParentControl。
(继承自 MobileComponent。) |
![]() | TimeOut |
获取或设置客户端获取条码的超时时间[毫秒]
|
名称 | 说明 | |
---|---|---|
![]() | GetBarcode(Object) |
获取条码
|
![]() | GetBarcode(BarcodeScannerCallBackHandler, Object) |
使用回调获取条码
|
![]() | GetBarcodeAsync(Object) |
同步获取条码,同步获取会在客户端出现等待界面,直到事件处理完成,才允许客户端操作
|
![]() | GetBarcodeAsync(BarcodeScannerCallBackHandler, Object) |
同步使用回调获取条码,同步获取会在客户端出现等待界面,直到委托实例或匿名方法处理完成,才允许客户端操作
|
名称 | 说明 | |
---|---|---|
![]() | BarcodeScanned |
在客户端返回条码数据时发生
|