NIMAVChatNetDetectResult Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | NIMAVChatNetDetectResult.h | 
  taskId
	任务 id
@property (nonatomic, assign, readonly) UInt64 taskIdDiscussion
任务 id
Declared In
NIMAVChatNetDetectResult.h
  error
	任务执行结果,如果没有错误则为 nil
@property (nonatomic, strong, readonly) NSError *errorDiscussion
任务执行结果,如果没有错误则为 nil
Declared In
NIMAVChatNetDetectResult.h
  lossRate
	丢包率百分比
@property (nonatomic, assign, readonly) NSInteger lossRateDiscussion
丢包率百分比
Declared In
NIMAVChatNetDetectResult.h
  rttMaximal
	rtt 最大值
@property (nonatomic, assign, readonly) NSInteger rttMaximalDiscussion
rtt 最大值
Declared In
NIMAVChatNetDetectResult.h
  rttMinimal
	rtt 最小值
@property (nonatomic, assign, readonly) NSInteger rttMinimalDiscussion
rtt 最小值
Declared In
NIMAVChatNetDetectResult.h
  rttAverage
	rtt 平均值
@property (nonatomic, assign, readonly) NSInteger rttAverageDiscussion
rtt 平均值
Declared In
NIMAVChatNetDetectResult.h
  rttMeanDeviation
	rtt 偏差
@property (nonatomic, assign, readonly) NSInteger rttMeanDeviationDiscussion
rtt 偏差
Declared In
NIMAVChatNetDetectResult.h
  expandInfo
	扩展信息
@property (nonatomic, copy, readonly) NSString *expandInfoDiscussion
扩展信息
Declared In
NIMAVChatNetDetectResult.h