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

Vendor 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.
 
const char * settingsJson
 Settings json as a string.
 

Detailed Description

Vendor settings result.

Since
9.2

Field Documentation

◆ errorCode

SpeedifySDK_ErrorType SpeedifySDK_VendorSettingsResult::errorCode

Error code.

◆ errorMessage

char SpeedifySDK_VendorSettingsResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING]

Error message.

◆ eventId

SpeedifySDK_EventID SpeedifySDK_VendorSettingsResult::eventId

Asynchronous callback ID.

◆ isError

bool SpeedifySDK_VendorSettingsResult::isError

Indicates if this result is an error.

◆ settingsJson

const char* SpeedifySDK_VendorSettingsResult::settingsJson

Settings json as a string.

This string must be freed. See SpeedifySDK_Free

Since
9.2

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