BatteryPowerSource
Namespace: Wisej.Hybrid.Shared.Battery
Assembly: Wisej.Hybrid
Enumerates power sources with which the device and battery can be powered or charged.
- C#
- VB.NET
public enum BatteryPowerSource : Enum
Public Enum BatteryPowerSource As [Enum]
Fields
| Name | Description |
|---|---|
| AC | Power source is an AC Charger. |
| Battery | Power source is the battery and is currently not being charged. |
| Unknown | Power source can not be determined. |
| Usb | Power source is a USB port. |
| Wireless | Power source is wireless. |
Used By
| Name | Description |
|---|---|
| DeviceBatteryInfo.PowerSource | Gets how the device and battery are currently being powered or charged. |