4.3 WFS_CMD_TTU_DISPLIGHT

Description This command is used to switch the lighting of the text terminal unit on or off.

Input Param LPWFSTTUDISPLIGHT lpDispLight;

typedef struct _wfs_ttu_disp_light
{
BOOL bMode;
} WFSTTUDISPLIGHT, * LPWFSTTUDISPLIGHT;

bMode
Specifies whether the lighting of the text terminal unit is switched on (TRUE) or off (FALSE).

Output Param None.

Error Codes There are no additional error codes generated by this command.

Events There are no additional events generated by this command.

Comments None.