ZegoNetworkProbeTracerouteResult class

traceroute result

Jump up to 30 times. The traceroute result is for reference and does not represent the final network connection result. The priority is http, tcp, udp probe result.

Constructors

ZegoNetworkProbeTracerouteResult(int errorCode, int tracerouteCostTime)

Properties

errorCode ↔ int
traceroute error code, 0 means normal
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
tracerouteCostTime ↔ int
Time consumed by trace route, the unit is millisecond
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited