User`s manual

Remote Management 47
SetFanSpeedAuto
Description
Set fan speed control as Auto mode (automatically control fan
speed according to internal temperature)
Syntax
BOOL SetFanSpeedAuto (HANDLE hCom)
Parameter
com: An initialized COM port
Return Value
TRUE if the function succeeded.
FALSE if the function failed.
Example
BOOL ret;
ret= SetFanSpeedAuto (hCom);