Speedify SDK for Desktop/Embedded
15.0.1
|
Log file settings result.
#include <results.h>
Data Fields | |
bool | isError |
Indicates if this result is an error. More... | |
SpeedifySDK_ErrorType | errorCode |
Error code. More... | |
char | errorMessage [SPEEDIFYSDK_MAX_ERROR_STRING] |
Error message. More... | |
SpeedifySDK_EventID | eventId |
Asynchronous callback ID. More... | |
SpeedifySDK_DaemonLogSettings | daemon |
Daemon log file settings. More... | |
SpeedifySDK_DaemonLogSettings SpeedifySDK_LogSettingsResult::daemon |
Daemon log file settings.
SpeedifySDK_ErrorType SpeedifySDK_LogSettingsResult::errorCode |
Error code.
char SpeedifySDK_LogSettingsResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING] |
Error message.
SpeedifySDK_EventID SpeedifySDK_LogSettingsResult::eventId |
Asynchronous callback ID.
bool SpeedifySDK_LogSettingsResult::isError |
Indicates if this result is an error.