WiFi Framework C++ Edition

◆ OnAcmScreenPowerChange()

__event void OnAcmScreenPowerChange ( void *  Sender,
const GUID &  IfaceId,
const bool  SwitchedOn 
)

The event fires when the screen power has changed.

Parameters
SenderThe object initiates the event.
IfaceIdThe interface's ID on which the event is for.
SwitchedOnThe value of the screen power change. When this value is True, the screen changed to on. When this value is False, the screen changed to off.