PathStats

Retrieves statistics of a specific network path.

struct PathStats {
  MultipathType type;
  int txKBitRate;
  int rxKBitRate;
};
Since
Available since v4.6.0.

Properties

type
Type of the network path. See MultipathType.
txKBitRate
Transmission bitrate of the path in Kbps.
rxKBitRate
Receiving bitrate of the path in Kbps.