Indy 9
TReplyStatusTypes
Unit: IdIcmpClient
Identifies values for an ICMP Reply Status.
TReplyStatusTypes = (rsEcho, rsError, rsTimeOut, rsErrorUnreachable, rsErrorTTLExceeded);
Unit
IdIcmpClient
Description
TReplyStatusTypes is an enumerated type that identifies the response type values that can be received for an ICMP reply. TReplyStatusTypes can contain one of the following values:

  • rsEcho - An Echo was received.

  • rsError - An error has occurred.

  • rsTimeOut - Timeout occurred before a response was received.

  • rsErrorUnreachable - The address for the ICMP message is not available.

  • rsErrorTTLExceeded - Time-To-Live exceeded for an ICMP response.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.