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 為 Standard,則這是有效的。 |
Online | 0 | 裝置目前在線上。 如果 UnifiedPosPowerReportingType 為 Standard 或 Advanced,則這是有效的。 |