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

Log file settings 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_DaemonLogSettings daemon
 Daemon log file settings.
 

Detailed Description

Log file settings result.

Since
10.5

Field Documentation

◆ daemon

SpeedifySDK_DaemonLogSettings SpeedifySDK_LogSettingsResult::daemon

Daemon log file settings.

Since
10.5

◆ errorCode

SpeedifySDK_ErrorType SpeedifySDK_LogSettingsResult::errorCode

Error code.

◆ errorMessage

char SpeedifySDK_LogSettingsResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING]

Error message.

◆ eventId

SpeedifySDK_EventID SpeedifySDK_LogSettingsResult::eventId

Asynchronous callback ID.

◆ isError

bool SpeedifySDK_LogSettingsResult::isError

Indicates if this result is an error.


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