TwclWiFiAcmScreenPowerChangeEvent Delegate

The OnAcmScreenPowerChange event handler prototype.

Namespace: wclWiFi
type
 TwclWiFiAcmScreenPowerChangeEvent = procedure(Sender: TObject;
 const IfaceId: TGUID; const SwitchedOn: Boolean) of object;

Parameters

Sender

The object initiates the event.

IfaceId

The interface's ID on which the event is for.

SwitchedOn

The 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.