GetFanSpeed
Gets the fan speed in the manual fan tuning state.
Syntax
ADLX_RESULT GetFanSpeed (adlx_int* value)
Parameters
-
[out]
value adlx_uint* The pointer to a variable where the fan speed (in %) is returned.
Return Value
If the fan speed is successfully returned, ADLX_OK is returned.
If the fan speed 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 |