Response Event
Fired when a response packet is received.
Syntax
type TResponseEvent = procedure Response(Sender: TObject; RequestId: Integer; const ResponseSource: String; const ResponseStatus: String; ResponseTime: Integer) of object;property OnResponse: TResponseEvent read FOnResponse write FOnResponse;
Remarks
The RequestId parameter is used together with the RequestId property to match requests with responses.
ResponseStatus is set to "OK" for normal operation, or it contains an error string such as "Network unreachable", "Host unreachable", etc.