IADLXManualFanTuningState 

The IADLXManualFanTuningState interface provides methods to control fan speed and temperature in the manual fan tuning state.

InterfaceId:

IADLXManualFanTuningState

Smart Pointer Interface Name:

IADLXManualFanTuningStatePtr

Inherits:

IADLXInterface

Inherited By:

N/A

Methods 

Method

Description

GetFanSpeed

Gets the fan speed in the manual fan tuning state.

GetTemperature

Gets the temperature in the manual fan tuning state.

SetFanSpeed

Sets the fan speed in the manual fan tuning state.

SetTemperature

Sets the temperature in the manual fan tuning state.

Requirements 

Header

include “IGPUManualFanTuning.h”

Minimum version

1.0

Example 

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

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