RFTERMINAL.SetBacklight
RFTERMINAL.SetCursorMode
RFTERMINAL.SetKeyState
RFTERMINAL.SetKeyTimeout
RFTERMINAL.SetCursorEnd
RFTERMINAL.
SetCursorStart
RFTERMINAL.SetKeyClick
RFTERMINAL.SetDisplaySize
RFTERMINAL.SetRfButtonState

boolean SetBacklight(short nBacklight)
boolean SetCursorMode(short nCursorMode)
boolean SetKeyState(short nKeyState)
boolean SetKeyTimeout(short nKeyTimeout)
boolean SetCursorEnd(short nCursorEnd)
boolean SetCursorStart(short nCursorStart)
boolean SetKeyClick(short nKeyClick)
boolean SetKeyClick(short nKeyClick)
boolean SetDisplaySize(long iWidth, long iHeight)
boolean SetRfButtonState(long iState)

Function SetBacklight(nBacklight As Integer) As Boolean
Sets (locally) the backlight time-out.
Function SetCursorMode(
nCursorMode As Integer) As Boolean
Sets (locally) the cursor mode.
Function SetKeyState(
nKeyState As Integer) As Boolean
Sets (locally) the shift keyboard state.
Function SetKeyTimeout(
nKeyTimeout As Integer) As Boolean
Sets (locally) the keyboard time-out.
Function SetCursorEnd(
nCursorEnd As Integer) As Boolean
Sets (locally) the cursor end line.
Function SetCursorStart(
nCursorStart As Integer) As Boolean
Sets (locally) the cursor start line.
Function SetKeyClick(nKeyClick As Integer) As Boolean
Sets (locally) the key board click in milliseconds. 0=no click.
Function SetDisplaySize(iWidth As Long, iHeight As Long) As Boolean
Sets (locally) the display size in pixels.
Function SetRfButtonState(iState As Long) As Boolean
Show (1) / Hide (0) the RFButtons in the bottom of the text screen.

Return value
True=successful, False=error, RF link lost.

Parameters

nBacklight
   The backlight time-out in seconds.

nCursorMode
    The cursor mode, HARDWARECURSOR (0) or SOFTWARECURSOR (1).

nKeyState
    The shift keyboard state CAPSLOCK (64) or NORMALKEYS (0).

nKeyTimeout
    The keyboard time-out in seconds.

nCursorEnd
    The cursor end line.

nCursorStart
    The cursor start line.

nKeyClick
   The keyboard click in milliseconds. 0=no click.

iWidth
    The display width in pixels.

iHeight
    The display size in pixels.

Remarks
These functions modify (application side) the terminal attributes values locally.
To set the terminal configuration, do a SetTerminalInfo function call.

Example

See also    RFTERMINAL, SetTerminalInfo, ReadTerminalInfo, Get-Functions