Speedify SDK for Desktop  14.7.0
Data Fields
SpeedifySDK_ConnectResult Struct Reference

Detailed Description

Connection 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...
 
SpeedifySDK_ServerInformation connectedServer
 Connected server. More...
 

Field Documentation

◆ connectedServer

SpeedifySDK_ServerInformation SpeedifySDK_ConnectResult::connectedServer

Connected server.

Since
7.5

◆ errorCode

SpeedifySDK_ErrorType SpeedifySDK_ConnectResult::errorCode

Error code.

◆ errorMessage

char SpeedifySDK_ConnectResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING]

Error message.

◆ eventId

SpeedifySDK_EventID SpeedifySDK_ConnectResult::eventId

Asynchronous callback ID.

◆ isError

bool SpeedifySDK_ConnectResult::isError

Indicates if this result is an error.


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