Skip to content

SetFanSpeed

Navigation: ADLX SDK ReferencesADLX InterfacesGPU TuningIADLXManualFanTuningState

Syntax

ADLX_RESULT    SetFanSpeed (adlx_int value)

Parameters

#DirectionNameTypeDescription
1.[in]valueadlx_intThe new fan speed value (in %).

Return Value

If the fan speed is successfully set, ADLX_OK is returned.

If the fan speed is not successfully set, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Remarks

Method for applying fan speed for the fan tuning state.

Requirements

Headerinclude “IGPUManualFanTuning.h”
Minimum version1.0

See Also: ADLX Enums