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
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tracerouteCostTime ↔ int
-
Time consumed by trace route, the unit is millisecond
getter/setter pair
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