Skip to content

SetTemperature

Navigation: ADLX SDK ReferencesADLX InterfacesGPU TuningIADLXManualFanTuningState

Syntax

ADLX_RESULT    SetTemperature (adlx_int value)

Parameters

#DirectionNameTypeDescription
1.[in]valueadlx_intThe new temperature value (in °C).

Return Value

If the temperature is successfully set, ADLX_OK is returned.

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

Refer to ADLX_RESULT for success codes and error codes.

Requirements

Headerinclude “IGPUManualFanTuning.h”
Minimum version1.0

See Also: ADLX Enums