![Acrosser Technology ANR-C236N1-K1D00 User Manual Download Page 46](http://html1.mh-extra.com/html/acrosser-technology/anr-c236n1-k1d00/anr-c236n1-k1d00_user-manual_2841642046.webp)
ANR-C236N1-K Series User Manual
46
Acrosser Technology Co., Ltd.
Syntax:
int get_bypass_poweroff_action(int pair)
Description:
This function can get which pair bypass power off action.
Parameters:
pair: 1-4.
Return Value:
0: bybpass, 1: normal, -1: fail.
Syntax:
int set_bypass_current_action(int pair, int action)
Description:
This function can set which pair bypass current action.
Parameters:
pair: 1-4, action: 0: bypass, 1: normal.
Return Value:
0: Successful, -1: fail.
Syntax:
int get_bypass_current_action(int pair)
Description:
This function can get which pair bypass current action.
Parameters:
pair: 1-4.
Return Value:
0: bybpass, 1: normal, -1: fail.
4.3.4. LCD Control Module
Syntax:
i32 clrscrLcm(void)
Description:
Clear the screen of the LCM.
Parameters:
None.
Return Value:
0 after the screen is cleared.
Syntax:
i32 cursorLcm(bool mode)
Description:
According to the argument ‘mode’, show the cursor on the
LCM screen or eliminate the cursor on the LCM screen.
The position of the cursor is unchanged.
mode = true, show the cursor.
mode = false, eliminate the cursor.
Parameters:
None.
Return Value:
0 after the cursor has been shown or eliminated.