Class QosStatsResult
Inheritance
QosStatsResult
Syntax
public class QosStatsResult
Constructors
QosStatsResult(UInt32, Single)
Declaration
public QosStatsResult(uint latencyMs, float packetLoss)
Parameters
Properties
LatencyMs
Declaration
public uint LatencyMs { get; set; }
Property Value
PacketLoss
Declaration
public float PacketLoss { get; set; }
Property Value
Methods
IsValid()
Declaration
[Obsolete("It is no longer possible to submit invalid results to QosStats, making this method superfluous.")]
public bool IsValid()
Returns