Speedify SDK for Desktop  14.7.0
Data Fields
SpeedifySDK_VendorSettingsResult Struct Reference

Detailed Description

Vendor settings result.

Since
9.2

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

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: