Speedify SDK for Desktop  14.7.0
Data Fields
SpeedifySDK_AdapterOverlimitResult Struct Reference

Detailed Description

Adapter Overlimit 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...
 
char adapterID [SPEEDIFYSDK_MAX_ADAPTER_NAME]
 Unique ID of the overlimit adapter. More...
 
SpeedifySDK_NetworkType type
 Type of the new adapter. More...
 
SpeedifySDK_AdapterUsageData usageData
 Current usage on the adapter. More...
 

Field Documentation

◆ adapterID

char SpeedifySDK_AdapterOverlimitResult::adapterID[SPEEDIFYSDK_MAX_ADAPTER_NAME]

Unique ID of the overlimit adapter.

Since
7.5

◆ errorCode

SpeedifySDK_ErrorType SpeedifySDK_AdapterOverlimitResult::errorCode

Error code.

◆ errorMessage

char SpeedifySDK_AdapterOverlimitResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING]

Error message.

◆ eventId

SpeedifySDK_EventID SpeedifySDK_AdapterOverlimitResult::eventId

Asynchronous callback ID.

◆ isError

bool SpeedifySDK_AdapterOverlimitResult::isError

Indicates if this result is an error.

◆ type

SpeedifySDK_NetworkType SpeedifySDK_AdapterOverlimitResult::type

Type of the new adapter.

Since
7.5

◆ usageData

SpeedifySDK_AdapterUsageData SpeedifySDK_AdapterOverlimitResult::usageData

Current usage on the adapter.

Since
7.5

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