Unit pingsend
Description
uses
Overview
Classes, Interfaces, Objects and Records
Class TPINGSend |
Implementation of ICMP PING and ICMPv6 PING. |
Functions and Procedures
Types
Constants
Description
Functions and Procedures
function PingHost(const Host: string): Integer; |
A very useful function and example of its use would be found in the TPINGSend object. Use it to ping to any host. If successful, returns the ping time in milliseconds. Returns -1 if an error occurred.
function TraceRouteHost(const Host: string): string; |
A very useful function and example of its use would be found in the TPINGSend object. Use it to TraceRoute to any host.
Types
List of possible ICMP reply packet types.
-
IE_NoError:
-
IE_Other:
-
IE_TTLExceed:
-
IE_UnreachOther:
-
IE_UnreachRoute:
-
IE_UnreachAdmin:
-
IE_UnreachAddr:
-
IE_UnreachPort:
Constants
Generated by PasDoc 0.9.0 on 2012-04-23 21:38:51