Specifies the event type for receipt of an ICMP reply.
TOnReplyEvent = procedure (ASender: TIdNativeComponent; const AReplyStatus: TReplyStatus) of object;
Parameters |
Description |
ASender |
ICMP client generating the event. |
AReplyStatus |
Status for the ICMP reply. |
TOnReplyEvent is an event type that allows an allows a TIdIcmpClient to receive and respond to receipt of an ICMP reply message. The TOnReplyEvent is triggered when TIdIcmpClient has interpreted the reply status.
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. |