BarcodeScannerStatus
BarcodeScannerStatus
BarcodeScannerStatus
BarcodeScannerStatus
Enum
Definition
Defines the constants that indicate the barcode scanner status.
public : enum class BarcodeScannerStatuspublic enum BarcodeScannerStatusPublic Enum BarcodeScannerStatus// You can use this enum 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)
|
Fields
| Extended Extended Extended Extended | Vendor specific status information. |
| Off Off Off Off | The device power is off or detached from the terminal. This is valid if UnifiedPosPowerReportingType is Advanced. |
| Offline Offline Offline Offline | The device power is on, but it is not ready or unable to respond to requests. This is valid if UnifiedPosPowerReportingType is Advanced. |
| OffOrOffline OffOrOffline OffOrOffline OffOrOffline | The device power is off or the device is offline. This is valid if UnifiedPosPowerReportingType is Standard. |
| Online Online Online Online | The device is online. This is valid if UnifiedPosPowerReportingType is Standard or Advanced. |