BarcodeScannerProviderConnection.ReportScannedDataAsync Method

Definition

Sends a barcode scanner data report to the client app.

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

Parameters

report
BarcodeScannerReport

The barcode scanner data.

Returns

An asynchronous operation.

Attributes

Applies to