Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.05 KB

claimedbarcodescanner_startsoftwaretriggerasync_1426624742.md

File metadata and controls

24 lines (17 loc) · 1.05 KB
-api-id -api-type -api-device-family-note
M:Windows.Devices.PointOfService.ClaimedBarcodeScanner.StartSoftwareTriggerAsync
winrt method
xbox

Windows.Devices.PointOfService.ClaimedBarcodeScanner.StartSoftwareTriggerAsync

-description

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.

-returns

No object or value is returned when this method completes.

-remarks

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

-examples

-see-also