Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.3 KB

claimedbarcodescanner_setactiveprofileasync_840436713.md

File metadata and controls

31 lines (22 loc) · 1.3 KB
-api-id -api-type -api-device-family-note
M:Windows.Devices.PointOfService.ClaimedBarcodeScanner.SetActiveProfileAsync(System.String)
winrt method
xbox

Windows.Devices.PointOfService.ClaimedBarcodeScanner.SetActiveProfileAsync

-description

Sets the active profile on the barcode scanner.

-parameters

-param profile

The name of the profile to set on the device.

-returns

No object or value is returned when the method completes.

-remarks

The input parameter must match one of the supported profiles. For more information, see GetSupportedProfiles or IsProfileSupported.

Barcode scanners can support a number of features beyond scanning, such as focal length and scan duration. These features are typically exposed through settings or properties and can be as many as 100 on complex devices. The simplify the model of scanner configuration, one or more profiles are exposed to application developers with each profile containing one or more OEM defined settings.

-examples

-see-also

GetSupportedProfiles, IsProfileSupported