Identifies values for an ICMP Reply Status.
TReplyStatusTypes = ( rsEcho, rsError, rsTimeOut, rsErrorUnreachable, rsErrorTTLExceeded, rsErrorPacketTooBig, rsErrorParameter, rsErrorDatagramConversion, rsErrorSecurityFailure, rsSourceQuench, rsRedirect, rsTimeStamp, rsInfoRequest, rsAddressMaskRequest, rsTraceRoute, rsMobileHostReg, rsMobileHostRedir, rsIPv6WhereAreYou, rsIPv6IAmHere, rsSKIP );
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:
Value |
Meaning |
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. |
TReplyStatusTypes values are used in the ReplayStatusType member in TReplyStatus.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |