BatteryPowerSource Enum

Definition

Enumerates power sources with which the device and battery can be powered or charged.

public enum class BatteryPowerSource
public enum BatteryPowerSource
type BatteryPowerSource = 
Public Enum BatteryPowerSource
Inheritance
BatteryPowerSource

Fields

AC 2

Power source is an AC Charger.

Battery 1

Power source is the battery and is currently not being charged.

Unknown 0

Power source can not be determined.

Usb 3

Power source is a USB port.

Wireless 4

Power source is wireless.

Applies to