Internet Direct (Indy) Version 9.0.1 Beta
Content
|
Index
|
Reference
TOnReplyEvent
See Also
,
Unit: IdIcmpClient
Specifies the event type for receipt of an ICMP reply.
TOnReplyEvent =
procedure
(ASender: TComponent;
const
AReplyStatus: TReplyStatus)
of
object
;
Description
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.