BatteryState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Battery state
public enum BatteryState
type BatteryState =
Public Enum BatteryState
- Inheritance
-
BatteryState
Fields
Name | Value | Description |
---|---|---|
Normal | 0 | Battery is present but not charging |
ChargingFromIn | 1 | Battery is charging from PiJuice USB power connector |
ChargingFrom5VoltInput | 2 | Battery is charging from GPIO pin (Will occur if powered through Raspberry Pi power connector) |
NotPresent | 3 | Battery is not detected or not installed |