C
LONG ICMPGetReply();
Description
None
Preconditions
ICMPBeginUsage() returned TRUE and ICMPSendPing() was called
Returns
-3: Could not resolve hostname (DNS timeout or hostname invalid) -2: No response received yet -1: Operation timed out (longer than ICMP_TIMEOUT) has elapsed. >=0: Number of TICKs that elapsed between initial ICMP transmission and reception of a valid echo.
Side Effects
None
Remarks
None