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

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

Detailed Description

New Adapter result.

Since
7.5

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: