ZegoNetworkProbeTracerouteResult class

路由跟踪结果

最多jump 30次。traceroute 结果供参考,不代表最终网络连通结果,优先已http,tcp,udp为准。

Constructors

ZegoNetworkProbeTracerouteResult(int errorCode, int tracerouteCostTime)

Properties

errorCode ↔ int
路由跟踪错误码,0表示正常
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
路由跟踪所消耗的时常,单位毫秒
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