CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2013
    Posts
    1

    Battery Information C# Problem

    I have a problem with the battery information extraction in C #.
    I have this working information from SystemInformation.PowerStatus and
    SELECT from CIM_Battery class:
    -BatteryChargeStatus
    -BatteryFullLifetime
    -BatteryLifePercent
    -BatteryLifeRemaining
    -PowerLineStatus
    -Availability
    -BatteryStatus
    -Chemistry
    -DesignVoltage
    -DeviceID

    Looking for:

    -design capacity
    -full charge capacity
    -current capacity
    -alert level
    -critical bias
    -charge rate

    Where should I look for the rest of the information?

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Battery Information C# Problem

    Have you looked at Win32_Battery class?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured