Table of Contents

Enum BatteryChemistry

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the type chemistry of a battery used in a portable computer.

public enum BatteryChemistry

Fields

LeadAcid = 3

The battery chemistry is lead acid.

LithiumIon = 6

The battery chemistry is lithium-ion.

LithiumPolymer = 8

The battery chemistry is lithium polymer.

NickelCadmium4 = 4

The battery chemistry is nickel cadmium.

NickelMetalHydride = 5

The battery chemistry is nickel metal hydride.

Other = 1

The battery chemistry is other.

Unknown = 2

The battery chemistry is unknown.

ZincAir = 7

The battery chemistry is zinc air.