Speedify SDK for Desktop/Embedded  15.0.1
Data Fields
SpeedifySDK_DSCPSettingsResult Struct Reference

Detailed Description

DSCP settings result.

Since
15.0

#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_DSCPSettings settings
 DSCP settings. More...
 

Field Documentation

◆ errorCode

SpeedifySDK_ErrorType SpeedifySDK_DSCPSettingsResult::errorCode

Error code.

◆ errorMessage

char SpeedifySDK_DSCPSettingsResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING]

Error message.

◆ eventId

SpeedifySDK_EventID SpeedifySDK_DSCPSettingsResult::eventId

Asynchronous callback ID.

◆ isError

bool SpeedifySDK_DSCPSettingsResult::isError

Indicates if this result is an error.

◆ settings

SpeedifySDK_DSCPSettings SpeedifySDK_DSCPSettingsResult::settings

DSCP settings.

Since
15.0

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