BarcodeScannerStatus 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义指示条形码扫描仪状态的常量。
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
- 继承
-
BarcodeScannerStatus
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
字段
Extended | 4 | 供应商特定的状态信息。 |
Off | 1 | 设备电源已关闭或与终端分离。 如果 UnifiedPosPowerReportingType 为 Advanced,则此方法有效。 |
Offline | 2 | 设备电源已打开,但未准备就绪或无法响应请求。 如果 UnifiedPosPowerReportingType 为 Advanced,则此方法有效。 |
OffOrOffline | 3 | 设备电源已关闭或设备脱机。 如果 UnifiedPosPowerReportingType 为标准,则此操作有效。 |
Online | 0 | 设备已联机。 如果 UnifiedPosPowerReportingType 为 Standard 或 Advanced,则此方法有效。 |