Difference between revisions of "Unit RemoteShell"
From Ultibo.org
Line 119: | Line 119: | ||
|- | |- | ||
| <code>FListener:TTelnetListener;</code> | | <code>FListener:TTelnetListener;</code> | ||
+ | | | ||
+ | |- | ||
+ | |colspan="2"| | ||
+ | |- | ||
+ | | <code>procedure Reset(ASession:TTelnetSession);</code> | ||
+ | | | ||
+ | |- | ||
+ | |colspan="2"| | ||
+ | |- | ||
+ | | <code>procedure MoveFirst(ASession:TTelnetSession);</code> | ||
+ | | | ||
+ | |- | ||
+ | | <code>procedure MoveLast(ASession:TTelnetSession);</code> | ||
+ | | | ||
+ | |- | ||
+ | | <code>procedure MoveLeft(ASession:TTelnetSession);</code> | ||
+ | | | ||
+ | |- | ||
+ | | <code>procedure MoveRight(ASession:TTelnetSession);</code> | ||
+ | | | ||
+ | |- | ||
+ | |colspan="2"| | ||
+ | |- | ||
+ | | <code>procedure EraseLine(ASession:TTelnetSession);</code> | ||
+ | | | ||
+ | |- | ||
+ | | <code>procedure OutputLine(ASession:TTelnetSession; const AValue:String);</code> | ||
+ | | | ||
+ | |- | ||
+ | | <code>function ExpandLine(ASession:TTelnetSession):Boolean;</code> | ||
+ | | | ||
+ | |- | ||
+ | |colspan="2"| | ||
+ | |- | ||
+ | | <code>procedure EraseCharacter(ASession:TTelnetSession);</code> | ||
+ | | | ||
+ | |- | ||
+ | | <code>procedure DeleteCharacter(ASession:TTelnetSession);</code> | ||
+ | | | ||
+ | |- | ||
+ | | <code>procedure InsertCharacter(ASession:TTelnetSession; ACh:Char);</code> | ||
+ | | | ||
+ | |- | ||
+ | | <code>procedure OverwriteCharacter(ASession:TTelnetSession; ACh:Char);</code> | ||
+ | | | ||
+ | |- | ||
+ | |colspan="2"| | ||
+ | |- | ||
+ | | <code>procedure PrevHistory(ASession:TTelnetSession);</code> | ||
+ | | | ||
+ | |- | ||
+ | | <code>procedure NextHistory(ASession:TTelnetSession);</code> | ||
+ | | | ||
+ | |- | ||
+ | | <code>procedure CurrentHistory(ASession:TTelnetSession);</code> | ||
| | | | ||
|- | |- | ||
Line 168: | Line 223: | ||
|} | |} | ||
</div></div> | </div></div> | ||
− | |||
'''Telnet session''' | '''Telnet session''' | ||
Revision as of 05:12, 27 March 2018
Return to Unit Reference
Contents
[hide]Description
Ultibo Remote Shell unit
To be documented
Constants
[Expand]
Remote shell
REMOTE_SHELL_*
[Expand]
Telnet shell
TELNET_SHELL_*
[Expand]
Telnet shell command
TELNET_SHELL_COMMAND_*
[Expand]
Telnet shell alias
TELNET_SHELL_ALIAS_*
[Expand]
SSH shell
SSH_SHELL_*
[Expand]
SSH shell command
SSH_SHELL_COMMAND_*
[Expand]
SSH shell alias
SSH_SHELL_ALIAS_*
Type definitions
None defined
Class definitions
Telnet shell
[Expand]
TTelnetShell = class(TShell)
Telnet session
[Expand]
TTelnetSession = class(TShellSession)
SSH shell
[Expand]
TSSHShell = class(TShell)
Telnet shell logout
[Expand]
TTelnetShellLogout = class(TShellCommand)
SSH shell logout
[Expand]
TSSHShellLogout = class(TShellCommand)
Public variables
None defined
Function declarations
Initialization functions
Return to Unit Reference