Skip to main content

BatteryPowerSource

Namespace: Wisej.Hybrid.Shared.Battery

Assembly: Wisej.Hybrid

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

public enum BatteryPowerSource : Enum

Fields

NameDescription
ACPower source is an AC Charger.
BatteryPower source is the battery and is currently not being charged.
UnknownPower source can not be determined.
UsbPower source is a USB port.
WirelessPower source is wireless.

Used By

NameDescription
DeviceBatteryInfo.PowerSourceGets how the device and battery are currently being powered or charged.