Skip to content

IADLXManualFanTuningState

Navigation: ADLX SDK ReferencesADLX InterfacesGPU Tuning

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

MethodDescription
GetFanSpeedGets the fan speed in the manual fan tuning state.
GetTemperatureGets the temperature in the manual fan tuning state.
SetFanSpeedSets the fan speed in the manual fan tuning state.
SetTemperatureSets the temperature in the manual fan tuning state.

Requirements

Headerinclude “IGPUManualFanTuning.h”
Minimum version1.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.

Subpages

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

API Reference

This page references: