TTelnetShellLogout
From Ultibo.org
Return to Unit RemoteShell
Description
To be documented
Class definitions
TTelnetShellLogout = class(TShellCommand)
public
| |
constructor Create;
|
|
destructor Destroy; override;
|
|
private
| |
public
| |
function DoHelp(AShell:TShell; ASession:TShellSession):Boolean; override;
|
|
function DoInfo(AShell:TShell; ASession:TShellSession):Boolean; override;
|
|
function DoCommand(AShell:TShell; ASession:TShellSession; AParameters:TStrings):Boolean; override;
|
Function declarations
constructor TTelnetShellLogout.Create;
Description: To be documented
Note | None documented |
---|
destructor TTelnetShellLogout.Destroy;
Description: To be documented
Note | None documented |
---|
function TTelnetShellLogout.DoHelp(AShell:TShell; ASession:TShellSession):Boolean;
Description: To be documented
Note | None documented |
---|
function TTelnetShellLogout.DoInfo(AShell:TShell; ASession:TShellSession):Boolean;
Description: To be documented
Note | None documented |
---|
function TTelnetShellLogout.DoCommand(AShell:TShell; ASession:TShellSession; AParameters:TStrings):Boolean;
Description: To be documented
Note | None documented |
---|
Return to Unit Reference