Skip to content

IADLXPowerTuningChangedListener

Navigation: ADLX SDK ReferencesADLX InterfacesPower Tuning

The IADLXPowerTuningChangedListener interface is implemented in the application to receive an event from ADLX when power tuning settings change.

InterfaceId:N/A
Smart Pointer Interface Name:N/A
Inherits:N/A
Inherited By:N/A

An instance of the implemented IADLXPowerTuningChangedListener interface must be passed to AddPowerTuningEventListener to register for notifications when the power tuning settings changes.

For more information about subscribing for event notifications, refer to Subscribing to Event Notifications using ADLX.

Methods

MethodDescription
OnPowerTuningChangedOnPowerTuningChanged is called by ADLX when power tuning settings change.

Requirements

Headerinclude “IPowerTuning.h”
Minimum version1.2

Example

To see how to use this interface in a C++ application, refer to the SyncPowerTuning C++ sample.

For a C application, refer to the SyncPowerTuning C sample.

Subpages

See Also: AddPowerTuningEventListener, OnPowerTuningChanged, SyncPowerTuning, SyncPowerTuning, Subscribing to Event Notifications using ADLX