Internet Direct (Indy) Version 9.0.1 Beta
TReplyStatus
Response to an echo request.

TReplyStatus = record
  BytesReceived: integer;
  FromIpAddress: string;
  MsgType: byte;
  SequenceId: word;
  MsRoundTripTime: longword;
  TimeToLive: byte;
  ReplyStatusType: TReplyStatusTypes;
  end;
Description
TReplyStatus is a record structure used to store the response to an echo request in the Ping method of TIdIcmpClient.

TReplyStatus contains diagnostic information received as a result of the Ping request. TReplyStatus is also provided as a parameter to OnReply event handler in TIdIcmpClient.