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

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

Detailed Description

Connection result.

Since
7.5

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: