Speedify SDK for Desktop  14.7.0
Data Fields
SpeedifySDK_VendorUserDataResult Struct Reference

Detailed Description

Vendor user data result.

Since
9.8

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

Field Documentation

◆ errorCode

SpeedifySDK_ErrorType SpeedifySDK_VendorUserDataResult::errorCode

Error code.

◆ errorMessage

char SpeedifySDK_VendorUserDataResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING]

Error message.

◆ eventId

SpeedifySDK_EventID SpeedifySDK_VendorUserDataResult::eventId

Asynchronous callback ID.

◆ isError

bool SpeedifySDK_VendorUserDataResult::isError

Indicates if this result is an error.

◆ userData

const char* SpeedifySDK_VendorUserDataResult::userData

Settings json as a string.

This string must be freed. See SpeedifySDK_Free

Since
9.8

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