IADLXManualFanTuningState
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: |
|
Inherited By: |
N/A |
Methods
Method |
Description |
---|---|
Gets the fan speed in the manual fan tuning state. |
|
Gets the temperature in the manual fan tuning state. |
|
Sets the fan speed in the manual fan tuning state. |
|
Sets the temperature in the manual fan tuning state. |
Requirements
Header |
include “IGPUManualFanTuning.h” |
Minimum version |
1.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 .