RFTERMINAL.Backlight
RFTERMINAL.CursorMode
RFTERMINAL.KeyState
RFTERMINAL.KeyTimeout
RFTERMINAL.GetKeyClick
RFTERMINAL.CursorStart
RFTERMINAL.CursorEnd
RFTERMINAL.DiskSpace
RFTERMINAL.LithiumBattery
RFTERMINAL.MainBattery
RFTERMINAL.Memory
RFTERMINAL.RawLangID
RFTERMINAL.TerminalType
RFTERMINAL.RawTerminalType
RFTERMINAL.
TerminalHeight
RFTERMINAL.
TerminalWidth
RFTERMINAL.
TerminalID
RFTERMINAL.
WireLessVersion

short Backlight(); 
short CursorMode(); 
short KeyState(); 
short KeyTimeout(); 
short GetKeyClick(); 
short CursorStart(); 
short CursorEnd(); 
long DiskSpace(); 
short LithiumBattery(); 
short MainBattery(); 
long Memory(); 
short RawLangID(); 
BSTR TerminalType(); 
short RawTerminalType()
short TerminalHeight()
short TerminalWidth();
BSTR TerminalID(); 
BSTR WireLessVersion()

Function Backlight() As Integer
The Backlight time (read / write).
Function CursorMode() As Integer
The cursor mode (read / write).
Function KeyState() As Integer
The keyboard shift state (read / write).
Function KeyTimeout() As Integer
The keyboard user timeout (read / write).
Function GetKeyClickt() As Integer
The keyboard user click (read / write).
Function CursorStart() As Integer
The cursor start line (read / write).
Function CursorEnd() As Integer
The cursor end line (read / write).
Function DiskSpace() As Long
The available disk space.
Function LithiumBattery() As Integer
The lithium battery state (if any).
Function MainBattery() As Integer
The main battery state (0=Bad/1=Good) for DOS clients. 0 to 100 (%) of battery life for WinCE clients.
Function Memory() As Long
The available RAM memory.
Function RawLangID() As Integer
The ID of the language selected by the user.
Function TerminalType() As String
The type of terminal that runs the Client (text).
Function RawTerminalType() As Integer
The type of terminal that runs the Client (integer).
Function TerminalHeight() As Integer
The terminal display's number of lines.
Function TerminalWidth() As Integer
The terminal display's number of columns.
Function TerminalID() As String
The ID of the terminal that runs the Client (IP Address and port).
Function WireLessVersion() As String
The version of the WireLess Studio Client.

Return value
The value of the desired attribute.

Parameters

Remarks
Read the terminal attributes with ReadTerminalInfo first.

Example

See also    RFTERMINAL, ReadTerminalInfo, Set-Functions