Speedify SDK for Desktop  14.7.0
Data Fields
SpeedifySDK_AdaptersResult Struct Reference

Detailed Description

Adapters result.

Since
7.5

#include <results.h>

Data Fields

bool isError
 Indicates if this result is an error. More...
 
SpeedifySDK_ErrorType errorCode
 Error code. More...
 
char errorMessage [SPEEDIFYSDK_MAX_ERROR_STRING]
 Error message. More...
 
SpeedifySDK_EventID eventId
 Asynchronous callback ID. More...
 
uint32_t count
 Number of adapters. More...
 
SpeedifySDK_AdapterData adapters [SPEEDIFYSDK_MAX_ADAPTERS]
 List of adapters. More...
 

Field Documentation

◆ adapters

SpeedifySDK_AdapterData SpeedifySDK_AdaptersResult::adapters[SPEEDIFYSDK_MAX_ADAPTERS]

List of adapters.

Since
7.5

◆ count

uint32_t SpeedifySDK_AdaptersResult::count

Number of adapters.

Since
7.5

◆ errorCode

SpeedifySDK_ErrorType SpeedifySDK_AdaptersResult::errorCode

Error code.

◆ errorMessage

char SpeedifySDK_AdaptersResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING]

Error message.

◆ eventId

SpeedifySDK_EventID SpeedifySDK_AdaptersResult::eventId

Asynchronous callback ID.

◆ isError

bool SpeedifySDK_AdaptersResult::isError

Indicates if this result is an error.


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