ClaimedBarcodeScanner.StartSoftwareTriggerAsync Method

Definition

Used to signal the barcode scanner to start scanning. A session is active until StopSoftwareTriggerAsync is invoked, or until the scanner ends the session on its own.

public:
 virtual IAsyncAction ^ StartSoftwareTriggerAsync() = StartSoftwareTriggerAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction StartSoftwareTriggerAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction StartSoftwareTriggerAsync();
function startSoftwareTriggerAsync()
Public Function StartSoftwareTriggerAsync () As IAsyncAction

Returns

No object or value is returned when this method completes.

Attributes

Remarks

When barcode data is received, your DataReceived event handler is called. Also see Use a software trigger, and the Barcode scanner sample application.

Applies to