Difference between revisions of "TShellPing"

From Ultibo.org
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 39: Line 39:
 
|colspan="2"|<div style="font-family: monospace,courier;">'''public'''</div>
 
|colspan="2"|<div style="font-family: monospace,courier;">'''public'''</div>
 
|-
 
|-
| <code>function DoHelp(AShell:TShell;ASession:TShellSession):Boolean; override;</code>
+
| <code>function DoHelp(AShell:TShell; ASession:TShellSession):Boolean; override;</code>
| &nbsp;
+
| &nbsp;  
 
|-
 
|-
| <code>function DoInfo(AShell:TShell;ASession:TShellSession):Boolean; override;</code>
+
| <code>function DoInfo(AShell:TShell; ASession:TShellSession):Boolean; override;</code>
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-
| <code>function DoCommand(AShell:TShell;ASession:TShellSession;AParameters:TStrings):Boolean; override;</code>
+
| <code>function DoCommand(AShell:TShell; ASession:TShellSession; AParameters:TStrings):Boolean; override;</code>
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-

Latest revision as of 05:24, 3 November 2022

Return to Unit ShellNetwork


Description


To be documented

Class definitions



[Expand]

TShellPing = class(TShellCommand)


Function declarations



[Expand]
constructor TShellPing.Create;
Description: To be documented


[Expand]
function TShellPing.PingErrorToDescription(AErrorCode:LongInt):String;
Description: To be documented


[Expand]
procedure TShellPing.PingSuccess(AShell:TShell; ASession:TShellSession; AClient:TPingClient);
Description: To be documented


[Expand]
procedure TShellPing.PingFailure(AShell:TShell; ASession:TShellSession; AClient:TPingClient);
Description: To be documented


[Expand]
function TShellPing.DoHelp(AShell:TShell; ASession:TShellSession):Boolean;
Description: To be documented


[Expand]
function TShellPing.DoInfo(AShell:TShell; ASession:TShellSession):Boolean;
Description: To be documented


[Expand]
function TShellPing.DoCommand(AShell:TShell; ASession:TShellSession; AParameters:TStrings):Boolean;
Description: To be documented


Return to Unit Reference