点击或拖拽改变大小

BarcodeScannerGetBarcodeAsync 方法 (BarcodeScannerCallBackHandler, Object)

同步使用回调获取条码,同步获取会在客户端出现等待界面,直到委托实例或匿名方法处理完成,才允许客户端操作

命名空间:  Smobiler.Core.Controls
程序集:  Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.651.17472+af7ddcfb7e2e54ed596c2aa79542ab7d8ca3ebd7
语法
public void GetBarcodeAsync(
	BarcodeScannerCallBackHandler handler,
	Object args = null
)

参数

handler
类型:Smobiler.Core.ControlsBarcodeScannerCallBackHandler
委托实例或匿名方法
args (Optional)
类型:SystemObject
可选参数,在委托实例或匿名方法中通过BarcodeData.Args获取这些参数
备注