BarcodeScannerStatus Enum

Definition

Defines the constants that indicate the barcode scanner status.

public enum class BarcodeScannerStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class BarcodeScannerStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum BarcodeScannerStatus
var value = Windows.Devices.PointOfService.BarcodeScannerStatus.online
Public Enum BarcodeScannerStatus
Inheritance
BarcodeScannerStatus
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

Extended 4

Vendor specific status information.

Off 1

The device power is off or detached from the terminal. This is valid if UnifiedPosPowerReportingType is Advanced.

Offline 2

The device power is on, but it is not ready or unable to respond to requests. This is valid if UnifiedPosPowerReportingType is Advanced.

OffOrOffline 3

The device power is off or the device is offline. This is valid if UnifiedPosPowerReportingType is Standard.

Online 0

The device is online. This is valid if UnifiedPosPowerReportingType is Standard or Advanced.

Applies to