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

Speed test 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.
 
uint16_t resultsCount
 How many results are in the list.
 
SpeedifySDK_SpeedTestResultData results [SPEEDIFYSDK_MAX_SPEED_TEST_RESULTS]
 Speed test result data.
 

Detailed Description

Speed test result.

Since
11.0

Field Documentation

◆ errorCode

SpeedifySDK_ErrorType SpeedifySDK_SpeedTestResult::errorCode

Error code.

◆ errorMessage

char SpeedifySDK_SpeedTestResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING]

Error message.

◆ eventId

SpeedifySDK_EventID SpeedifySDK_SpeedTestResult::eventId

Asynchronous callback ID.

◆ isError

bool SpeedifySDK_SpeedTestResult::isError

Indicates if this result is an error.

◆ results

Speed test result data.

Since
11.0

◆ resultsCount

uint16_t SpeedifySDK_SpeedTestResult::resultsCount

How many results are in the list.

Since
11.0

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