blob: 3693815e1731f93184b589ec248ae7ac77914bb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
.. _concepts:
Power Management API concepts
=============================
.. figure:: pic/powermanagement.svg
Class diagram for Power Management provider.
Base class of this provider is
:ref:`LMI_PowerManagementService <LMI-PowerManagementService>`.
This class has method
:ref:`RequestPowerStateChange <LMI-PowerManagementService-RequestPowerStateChange>`
that can be used for changing between power states.
For list of available power states, see property
:ref:`PowerStatesSupported <LMI-PowerManagementCapabilities-PowerStatesSupported>`
of the class
:ref:`LMI_PowerManagementCapabilities <LMI-PowerManagementCapabilities>`
|