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

Session 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_SessionStatPeriods sessionStats
 Session stats.
 

Detailed Description

Session Stats result.

Since
7.5

Field Documentation

◆ errorCode

SpeedifySDK_ErrorType SpeedifySDK_SessionStatsResult::errorCode

Error code.

◆ errorMessage

char SpeedifySDK_SessionStatsResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING]

Error message.

◆ eventId

SpeedifySDK_EventID SpeedifySDK_SessionStatsResult::eventId

Asynchronous callback ID.

◆ isError

bool SpeedifySDK_SessionStatsResult::isError

Indicates if this result is an error.

◆ sessionStats

SpeedifySDK_SessionStatPeriods SpeedifySDK_SessionStatsResult::sessionStats

Session stats.

Since
9.5

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