Speedify SDK for Desktop  14.7.0
Data Fields
SpeedifySDK_NewAdapterResult Struct Reference

Detailed Description

New Adapter 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 new adapter. More...
 
SpeedifySDK_NetworkType type
 Type of the new adapter. More...
 

Field Documentation

◆ adapterID

char SpeedifySDK_NewAdapterResult::adapterID[SPEEDIFYSDK_MAX_ADAPTER_NAME]

Unique ID of the new adapter.

Since
7.5

◆ errorCode

SpeedifySDK_ErrorType SpeedifySDK_NewAdapterResult::errorCode

Error code.

◆ errorMessage

char SpeedifySDK_NewAdapterResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING]

Error message.

◆ eventId

SpeedifySDK_EventID SpeedifySDK_NewAdapterResult::eventId

Asynchronous callback ID.

◆ isError

bool SpeedifySDK_NewAdapterResult::isError

Indicates if this result is an error.

◆ type

SpeedifySDK_NetworkType SpeedifySDK_NewAdapterResult::type

Type of the new adapter.

Since
7.5

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