Agora Server Gateway SDK C++ API Reference
Public Member Functions | Public Attributes | List of all members
agora::rtc::LastmileProbeResult Struct Reference

#include <AgoraBase.h>

Public Member Functions

 LastmileProbeResult ()
 

Public Attributes

LASTMILE_PROBE_RESULT_STATE state
 
LastmileProbeOneWayResult uplinkReport
 
LastmileProbeOneWayResult downlinkReport
 
unsigned int rtt
 

Detailed Description

The definition of the LastmileProbeResult struct, which reports the uplink and downlink last-mile network probe test result.

Constructor & Destructor Documentation

◆ LastmileProbeResult()

agora::rtc::LastmileProbeResult::LastmileProbeResult ( )
inline

Member Data Documentation

◆ downlinkReport

LastmileProbeOneWayResult agora::rtc::LastmileProbeResult::downlinkReport

The downlink last-mile network probe test result: LastmileProbeOneWayResult.

◆ rtt

unsigned int agora::rtc::LastmileProbeResult::rtt

The round-trip delay time (ms).

◆ state

LASTMILE_PROBE_RESULT_STATE agora::rtc::LastmileProbeResult::state

The state of last-mile network probe test: LASTMILE_PROBE_RESULT_STATE.

◆ uplinkReport

LastmileProbeOneWayResult agora::rtc::LastmileProbeResult::uplinkReport

The uplink last-mile network probe test result: LastmileProbeOneWayResult.


The documentation for this struct was generated from the following file: