共用方式為


PowerSource Enum

Definition

Enumerates possible current power sources for a device.

public enum PowerSource
type PowerSource = 
Public Enum PowerSource
Inheritance
PowerSource

Fields

Name Value Description
NotAvailable 1

Power source reporting is not available.

AC 2

The current power source is the AC line.

Battery 3

The current power source is a system battery. This value is only presented for systems that operate typically on battery.

Backup 4

The current power source is a backup source such as an UPS or backup battery.

Applies to