NIM C# SDK  6.3.0
NIM.NetDetectResult Class Reference

网络探测结果 More...

Inheritance diagram for NIM.NetDetectResult:
NimUtility.NimJsonObject< NetDetectResult >

Properties

int Loss [get, set]
 
int RTTMax [get, set]
 
int RTTMin [get, set]
 
int RTTAvg [get, set]
 
int RTTMdev [get, set]
 
string Info [get, set]
 
- Properties inherited from NimUtility.NimJsonObject< NetDetectResult >
virtual bool IgnoreDefauleValue [get, set]
 
string JSON [get, set]
 

Additional Inherited Members

- Public Member Functions inherited from NimUtility.NimJsonObject< NetDetectResult >
virtual string Serialize ()
 
virtual string SerializeWithIndented ()
 
- Static Public Member Functions inherited from NimUtility.NimJsonObject< NetDetectResult >
static T Deserialize (string json)
 

Detailed Description

网络探测结果

Property Documentation

◆ Info

string NIM.NetDetectResult.Info
getset

◆ Loss

int NIM.NetDetectResult.Loss
getset

◆ RTTAvg

int NIM.NetDetectResult.RTTAvg
getset

◆ RTTMax

int NIM.NetDetectResult.RTTMax
getset

◆ RTTMdev

int NIM.NetDetectResult.RTTMdev
getset

◆ RTTMin

int NIM.NetDetectResult.RTTMin
getset