Revision: 1.23
74
Return Value: If the function sets the delay time successfully, it will return 0. If any error, the
function returns –1.
3. Syntax:
i32 setSoftOffDelayM( u32 setTime )
Description: The Soft Off Delay is the interval between that the system receives a power off
signal and that the system generates a power off signal. This function sets up the interval in
minutes.
Parameters: The parameter is of the type of unsigned long. The value of the parameter ranges
from 0~255. The unit of the value of the parameter is minutes.
Return Value: If the function sets the delay time successfully, it will return 0. If any error, the
function returns –1.
4. Syntax:
i32 setHardOffDelayS( u32 setTime )
Description: The Hard Off Delay is the interval between that the system is off and that the
power 5VSB is off. This functions set up the interval in seconds.
Parameters: The parameter is of the type of unsigned long. The value of the parameter ranges
from 0~255. The unit of the value of the parameter is seconds.
.
Return Value: If the function sets the delay time successfully, it will return 0. If any error, the
function returns –1.
5. Syntax:
i32 setHardOffDelayM( u32 setTime )
Description: The Hard Off Delay is the interval between that the system is off and that the
power 5VSB is off. This functions set up the interval in minutes.
Parameters: The parameter is of the type of unsigned long. The value of the parameter ranges
from 0~255. The unit of the value of the parameter is minutes.
.
Return Value: If the function sets the delay time successfully, it will return 0. If any error, the
function returns –1.