Speedify SDK for Desktop/Embedded 15.6.2
Loading...
Searching...
No Matches
SpeedifySDK_StateResult Struct Reference

State 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_State state
 Current state.
 

Detailed Description

State result.

Since
7.5

Field Documentation

◆ errorCode

SpeedifySDK_ErrorType SpeedifySDK_StateResult::errorCode

Error code.

◆ errorMessage

char SpeedifySDK_StateResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING]

Error message.

◆ eventId

SpeedifySDK_EventID SpeedifySDK_StateResult::eventId

Asynchronous callback ID.

◆ isError

bool SpeedifySDK_StateResult::isError

Indicates if this result is an error.

◆ state

SpeedifySDK_State SpeedifySDK_StateResult::state

Current state.

Since
7.5

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