![]() |
Speedify SDK for Desktop/Embedded 15.5.0
|
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. | |
bool SpeedifySDK_AccountCheckResult::accountExists |
If the account exists.
SpeedifySDK_ErrorType SpeedifySDK_AccountCheckResult::errorCode |
Error code.
char SpeedifySDK_AccountCheckResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING] |
Error message.
SpeedifySDK_EventID SpeedifySDK_AccountCheckResult::eventId |
Asynchronous callback ID.
bool SpeedifySDK_AccountCheckResult::isError |
Indicates if this result is an error.