Speedify SDK for Desktop/Embedded 15.5.0
Loading...
Searching...
No Matches
SpeedifySDK_ConnectionStatsResult Struct Reference

Connection Stats result. More...

#include <results.h>

Data Fields

bool isError
 Indicates if this result is an error.
 
SpeedifySDK_ErrorType errorCode
 Error code.
 
char errorMessage [SPEEDIFYSDK_MAX_ERROR_STRING]
 Error message.

 
SpeedifySDK_EventID eventId
 Asynchronous callback ID.
 
SpeedifySDK_ConnectionStatsGroup connectionStats
 A group of connection stats.
 

Detailed Description

Connection Stats result.

Since
7.5

Field Documentation

◆ connectionStats

SpeedifySDK_ConnectionStatsGroup SpeedifySDK_ConnectionStatsResult::connectionStats

A group of connection stats.

Since
7.5

◆ errorCode

SpeedifySDK_ErrorType SpeedifySDK_ConnectionStatsResult::errorCode

Error code.

◆ errorMessage

char SpeedifySDK_ConnectionStatsResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING]

Error message.

◆ eventId

SpeedifySDK_EventID SpeedifySDK_ConnectionStatsResult::eventId

Asynchronous callback ID.

◆ isError

bool SpeedifySDK_ConnectionStatsResult::isError

Indicates if this result is an error.


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