MLPowerManagerPowerStateSettings
A structure to encapsulate settings used by the Power Manager when requesting the power state to be changed.
Public Methods
MLPowerManagerPowerStateSettings Init
public static MLPowerManagerPowerStateSettings Init(
uint version =1
)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | version |
Public Attributes
State
New power state to request.
public PowerState State;
| Type | Description |
|---|---|
| PowerState | Power states. |
Version
Version of this structure.
public uint Version;