Acrosser AIV-HM76V1FL User Manual

Page 59

Advertising
background image

AIV-HM76V1FL Series User Manual

59

www.acrosser.com

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 this function works successfully, the function returns 0,

any other value stands for error.

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 this function works successfully, the function returns 0,

any other value stands for error.

Syntax:

i32 getPowerOnDelay(u32 *val)

Description:

This function gets the Power On delay.

Parameters:

This function takes a pointer to an unsigned long variable

as the parameter. The delay time will be put at the memory

which is pointed by the ‘val’.

Return Value:

If this function works successfully, the function returns 0,

any other value stands for error.

Syntax:

i32 setPowerOnDelay(u32 val)

Description:

This function sets the Power On delay.

Parameters:

This function takes an unsigned long variable as the

parameter. The range of the Power On delay is 8 ~ 60

seconds.

Return Value:

If this function works successfully, the function returns 0,

any other value stands for error.

Advertising