Speedify SDK for Desktop/Embedded 16.9.0
Loading...
Searching...
No Matches
SpeedifySDK_ConnectionStatsGroup Struct Reference

A grouping of ConnectionStats. More...

#include <types.h>

Data Fields

uint64_t time
 timestamp of the connection stats
 
uint16_t count
 how many connections are in this group
 
SpeedifySDK_ConnectionStats connections [SPEEDIFYSDK_MAX_ADAPTERS]
 list of connections
 
bool isHistoric
 true if this group came from a historic stats report; real-time fields such as jitterMs, mos, sendBytes, and the congestion flags are not populated on historic entries.
 

Detailed Description

A grouping of ConnectionStats.

Since
7.5

Field Documentation

◆ connections

SpeedifySDK_ConnectionStats SpeedifySDK_ConnectionStatsGroup::connections[SPEEDIFYSDK_MAX_ADAPTERS]

list of connections

Since
7.5

◆ count

uint16_t SpeedifySDK_ConnectionStatsGroup::count

how many connections are in this group

Since
7.5

◆ isHistoric

bool SpeedifySDK_ConnectionStatsGroup::isHistoric

true if this group came from a historic stats report; real-time fields such as jitterMs, mos, sendBytes, and the congestion flags are not populated on historic entries.

Since
16.7

◆ time

uint64_t SpeedifySDK_ConnectionStatsGroup::time

timestamp of the connection stats

Since
7.5

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