Search Results for

    Show / Hide Table of Contents

    Enum BatteryPowerSources

    How the device and battery are currently being powered or charged.

    Namespace: Evergine.Platform
    Assembly: Evergine.Platform.dll
    Syntax
    public enum BatteryPowerSources

    Fields

    Name Description
    AC

    Power source is an AC Charger.

    Battery

    Power source is the battery and not being charge.

    Unknown

    Power source can not be determined.

    Usb

    Power source is a USB port.

    Wireless

    Power source is wireless.

    Extension Methods

    EnumExtensions.HasFlag(Enum, Enum)
    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX