BarcodeScannerCapabilities BarcodeScannerCapabilities BarcodeScannerCapabilities BarcodeScannerCapabilities Class

Definition

Represents the barcode scanner capabilities.

public : sealed class BarcodeScannerCapabilities : IBarcodeScannerCapabilities, IBarcodeScannerCapabilities1public sealed class BarcodeScannerCapabilities : IBarcodeScannerCapabilities, IBarcodeScannerCapabilities1Public NotInheritable Class BarcodeScannerCapabilities Implements IBarcodeScannerCapabilities, IBarcodeScannerCapabilities1// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

This object is accessed when you retrieve the Capabilities property of the BarcodeScanner object.

Properties

IsImagePreviewSupported IsImagePreviewSupported IsImagePreviewSupported IsImagePreviewSupported

Indicates whether the barcode scanner supports image preview.

public : PlatForm::Boolean IsImagePreviewSupported { get; }public bool IsImagePreviewSupported { get; }Public ReadOnly Property IsImagePreviewSupported As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

True if the barcode scanner supports image preview; otherwise, false.

IsSoftwareTriggerSupported IsSoftwareTriggerSupported IsSoftwareTriggerSupported IsSoftwareTriggerSupported

Indicates whether the barcode scanner supports the software trigger functionality.

public : PlatForm::Boolean IsSoftwareTriggerSupported { get; }public bool IsSoftwareTriggerSupported { get; }Public ReadOnly Property IsSoftwareTriggerSupported As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

True if the software trigger is supported; otherwise, false.

IsStatisticsReportingSupported IsStatisticsReportingSupported IsStatisticsReportingSupported IsStatisticsReportingSupported

Indicates whether the barcode scanner supports reporting of usage statistics.

public : PlatForm::Boolean IsStatisticsReportingSupported { get; }public bool IsStatisticsReportingSupported { get; }Public ReadOnly Property IsStatisticsReportingSupported As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

True if the barcode scanner supports statistics reporting; otherwise, false.

IsStatisticsUpdatingSupported IsStatisticsUpdatingSupported IsStatisticsUpdatingSupported IsStatisticsUpdatingSupported

Indicates whether the barcode scanner supports updating or resetting of usage statistics.

public : PlatForm::Boolean IsStatisticsUpdatingSupported { get; }public bool IsStatisticsUpdatingSupported { get; }Public ReadOnly Property IsStatisticsUpdatingSupported As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

True if the barcode scanner supports updating of usage statistics; otherwise, false.

PowerReportingType PowerReportingType PowerReportingType PowerReportingType

Gets the power reporting type for the barcode scanner.

public : UnifiedPosPowerReportingType PowerReportingType { get; }public UnifiedPosPowerReportingType PowerReportingType { get; }Public ReadOnly Property PowerReportingType As UnifiedPosPowerReportingType// You can use this property in JavaScript.