Share via


BarcodeScannerStatus enumeration (Handheld 8)

2/18/2014

Defines the constants that indicate the barcode scanner status.

Syntax

public enum BarcodeScannerStatus
Public Enum BarcodeScannerStatus
public enum class BarcodeScannerStatus

Attributes

VersionAttribute(NTDDI_WIN8)

Elements

The BarcodeScannerStatus enumeration has these members.

Member Value Description

Online

0

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

Off

1

The device power is off or detached from the terminal. This is valid if UnifiedPosPowerReportingType enumeration (Handheld 8) 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.

Extended

4

Vendor specific status information.

See Also

Reference

Windows.Devices.PointOfService namespace