다음을 통해 공유


BatteryPowerSource 열거형

정의

디바이스 및 배터리를 전원 또는 충전할 수 있는 전원을 열거합니다.

public enum class BatteryPowerSource
public enum BatteryPowerSource
type BatteryPowerSource = 
Public Enum BatteryPowerSource
상속
BatteryPowerSource

필드

AC 2

전원은 AC 충전기입니다.

Battery 1

전원은 배터리이며 현재 충전되지 않습니다.

Unknown 0

전원을 확인할 수 없습니다.

Usb 3

전원은 USB 포트입니다.

Wireless 4

전원은 무선입니다.

적용 대상