NIMAVChatNetDetectResult Class Reference

Inherits from NSObject
Declared in NIMAVChatNetDetectResult.h

Overview

网络探测任务结果

  taskId

任务 id

@property (nonatomic, assign, readonly) UInt64 taskId

Discussion

任务 id

Declared In

NIMAVChatNetDetectResult.h

  error

任务执行结果,如果没有错误则为 nil

@property (nonatomic, strong, readonly) NSError *error

Discussion

任务执行结果,如果没有错误则为 nil

Declared In

NIMAVChatNetDetectResult.h

  lossRate

丢包率百分比

@property (nonatomic, assign, readonly) NSInteger lossRate

Discussion

丢包率百分比

Declared In

NIMAVChatNetDetectResult.h

  rttMaximal

rtt 最大值

@property (nonatomic, assign, readonly) NSInteger rttMaximal

Discussion

rtt 最大值

Declared In

NIMAVChatNetDetectResult.h

  rttMinimal

rtt 最小值

@property (nonatomic, assign, readonly) NSInteger rttMinimal

Discussion

rtt 最小值

Declared In

NIMAVChatNetDetectResult.h

  rttAverage

rtt 平均值

@property (nonatomic, assign, readonly) NSInteger rttAverage

Discussion

rtt 平均值

Declared In

NIMAVChatNetDetectResult.h

  rttMeanDeviation

rtt 偏差

@property (nonatomic, assign, readonly) NSInteger rttMeanDeviation

Discussion

rtt 偏差

Declared In

NIMAVChatNetDetectResult.h

  expandInfo

扩展信息

@property (nonatomic, copy, readonly) NSString *expandInfo

Discussion

扩展信息

Declared In

NIMAVChatNetDetectResult.h