Acrosser Technology AR-V6002FL User Manual page 79

Hide thumbs Also See for AR-V6002FL:
Table of Contents

Advertisement

7. Syntax:
i32 getSoftOffDelay( u32 *Time )
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 gets the
interval.
Parameters: The parameter is a pointer which points to an unsigned long variable. The
returned value is stored at this variable. The unit of the returned value is in seconds.
Return Value: If the delay time is returned successfully, the function returns 0. If any
error, it returns –1.
8. Syntax:
i32 getHardOffDelay( u32 *Time )
Description: The Hard Off Delay is the interval between that the system is off and that
the power 5VSB is off. This function gets the interval.
Parameters: The parameter is a pointer which points to an unsigned long variable. The
returned value is stored at this variable. The unit of the returned value is in seconds.
Return Value: If the delay time is returned successfully, the function returns 0. If any
error, it returns –1.
9. Syntax:
i32 getPowerOnMode( u8 *powerOnMode )
Description: The function gets the setting of power-on mode. There are two modes:
boot from the Ignition or boot from the Remote Switch.
Parameters: The parameter is a pointer which points to an unsigned character. The
returned code is stored at this memory. There are two power-on modes:
PowerOnMode = 0xa5, boot up by the Ignition.
PowerOnMode = 0x5a, boot up by the Remote Switch.
Return Value: If the power-on mode is returned successfully, the function returns 0. If
any error, it returns –1
79
Revision: 1.0

Advertisement

Table of Contents
loading

Table of Contents