Class ZegoUdpTraceResult


  • public final class ZegoUdpTraceResult
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long code
      检测结果 0正常,非0 失败
      int rtt
      udp rtt 单位ms
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • code

        public long code
        检测结果 0正常,非0 失败
      • rtt

        public int rtt
        udp rtt 单位ms
    • Constructor Detail

      • ZegoUdpTraceResult

        public ZegoUdpTraceResult()