LedFunction 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.
Led function type
public enum LedFunction
type LedFunction =
Public Enum LedFunction
- Inheritance
-
LedFunction
Fields
Name | Value | Description |
---|---|---|
NotUsed | 0 | Led is not configured |
ChargeStatus | 1 | Led is configured to signal current charge level of battery For level less than or equal too 15% red with configurable brightness For level greater than 15% and level less than or equal to 50% mix of red and green with configurable brightness For level greater than 50% green with configurable brightness. When battery is charging blinking blue with configurable brightness is added to current charge level color. For full buttery state blue component is steady on |
UserDefined | 2 | Led is configured as user Led |