BarcodeScannerProviderConnection.ReportScannedDataAsync 方法

定义

将条形码扫描仪数据报告发送到客户端应用。

public:
 virtual IAsyncAction ^ ReportScannedDataAsync(BarcodeScannerReport ^ report) = ReportScannedDataAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ReportScannedDataAsync(BarcodeScannerReport const& report);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ReportScannedDataAsync(BarcodeScannerReport report);
function reportScannedDataAsync(report)
Public Function ReportScannedDataAsync (report As BarcodeScannerReport) As IAsyncAction

参数

report
BarcodeScannerReport

条形码扫描仪数据。

返回

异步操作。

属性

适用于