Skip to main content
Version: 20 Mar 2024

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

TypeNameDescription
uintversion

Public Attributes

State

New power state to request.


public PowerState State;

TypeDescription
PowerStatePower states.

Version

Version of this structure.


public uint Version;