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

Account check 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.
 
bool accountExists
 If the account exists.
 

Detailed Description

Account check result.

Since
7.5
Deprecated
as of 15.4. Functionality removed

Field Documentation

◆ accountExists

bool SpeedifySDK_AccountCheckResult::accountExists

If the account exists.

Since
7.5

◆ errorCode

SpeedifySDK_ErrorType SpeedifySDK_AccountCheckResult::errorCode

Error code.

◆ errorMessage

char SpeedifySDK_AccountCheckResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING]

Error message.

◆ eventId

SpeedifySDK_EventID SpeedifySDK_AccountCheckResult::eventId

Asynchronous callback ID.

◆ isError

bool SpeedifySDK_AccountCheckResult::isError

Indicates if this result is an error.


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