IP*Works! 2016 C++ Builder Edition
IP*Works! 2016 C++ Builder Edition
Questions / Feedback?

Response Event

Fired when a response packet is received.

Syntax

typedef void __fastcall (__closure *TipwPingResponseEvent)(System::TObject* Sender, TipwPingResponseEventParams *e);


__property TipwPingResponseEvent OnResponse = {read=FOnResponse, write=FOnResponse};

typedef struct {
     int RequestId;
     String ResponseSource;
     String ResponseStatus;
     int ResponseTime;
} TipwPingResponseEventParams;

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.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 C++ Builder Edition - Version 16.0 [Build 7353]