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

Hop Event

Fired for each hop in the trace to the RemoteHost .

Syntax

typedef void __fastcall (__closure *TipwTraceRouteHopEvent)(System::TObject* Sender, TipwTraceRouteHopEventParams *e);


__property TipwTraceRouteHopEvent OnHop = {read=FOnHop, write=FOnHop};

typedef struct {
     int HopNumber;
     String HostAddress;
     int Duration;
} TipwTraceRouteHopEventParams;

Remarks

This event provides access to the information for each hop in the trace. The HopNumber parameter denotes which hop the trace is at. The HostAddress parameter is the IP address of the host for the hop identified by HopNumber. The Duration parameter shows the amount of time taken by the hop.

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