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

Activation code 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 activationCode [SPEEDIFYSDK_MAX_ACTIVATION_CODE_LENGTH]
 The activation code.
 
char activationUrl [SPEEDIFYSDK_MAX_ACTIVATION_URL_LENGTH]
 The activation URL.
 

Detailed Description

Activation code result.

Since
14.0

Field Documentation

◆ activationCode

char SpeedifySDK_ActivationCodeResult::activationCode[SPEEDIFYSDK_MAX_ACTIVATION_CODE_LENGTH]

The activation code.

Since
14.0

◆ activationUrl

char SpeedifySDK_ActivationCodeResult::activationUrl[SPEEDIFYSDK_MAX_ACTIVATION_URL_LENGTH]

The activation URL.

Since
14.0

◆ errorCode

SpeedifySDK_ErrorType SpeedifySDK_ActivationCodeResult::errorCode

Error code.

◆ errorMessage

char SpeedifySDK_ActivationCodeResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING]

Error message.

◆ eventId

SpeedifySDK_EventID SpeedifySDK_ActivationCodeResult::eventId

Asynchronous callback ID.

◆ isError

bool SpeedifySDK_ActivationCodeResult::isError

Indicates if this result is an error.


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