TShellPing
From Ultibo.org
Return to Unit ShellNetwork
Description
To be documented
Class definitions
[Expand]
TShellPing = class(TShellCommand)
Function declarations
[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