:SendEcho


Class

     aprICMP()

 

Syntax

     :SendEcho( [nTimeOut] ) --> lSuccess

 

Parameters

 

nTimeOut

Number of Seconds to wait for successful completion.

 

Return

Logical. True if Successful. False if Failure.

 

Description

The SendEcho Method sends an ICMP datagram to the remote host. For asynchronous client sessions, this Method returns immediately. Otherwise, the client enters a blocking state and waits for a reply from the remote host. The Method returns when a reply has been received, or the operation times-out.

 

See Also

:GetSendCount(), :RecvEcho(), :SequenceID(), :TimeToLive()