BarcodeScannerStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | 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 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. |