Enum BatteryPowerSource
Definition
- Assembly:
- Tizen.System.dll
Enumeration for the current device's power source information from the battery. These represent the current battery power source type (e.g., ac, usb, etc).
public enum BatteryPowerSource
Fields
| Name | Description |
|---|---|
| Ac | AC power cable is connected. |
| None | These is no power source. |
| Usb | USB power cable is connected. |
| Wireless | Power is provided by a wireless source. |