ClaimedBarcodeScanner.StartSoftwareTriggerAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.