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

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

Detailed Description

Adapter Overlimit result.

Since
7.5

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: