GetTemperature
Gets the temperature in the manual fan tuning state.
Syntax
ADLX_RESULT GetTemperature (adlx_uint* value)
Parameters
-
[out]
value adlx_uint* The pointer to a variable where the temperature (in °C) is returned.
Return Value
If the temperature is successfully returned, ADLX_OK is returned.
If the temperature is not successfully returned, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Requirements
Header |
include “IGPUManualFanTuning.h” |
Minimum version |
1.0 |