Speedify SDK for Desktop/Embedded 16.9.0
Loading...
Searching...
No Matches
SpeedifySDK_IspActionsResult Struct Reference

ISP-stats actions 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.
 
char adapterID [SPEEDIFYSDK_MAX_ADAPTER_NAME]
 Adapter unique ID the actions apply to.
 
uint32_t count
 Number of action descriptors.
 
SpeedifySDK_IspAction actions [SPEEDIFYSDK_MAX_ISP_ACTIONS]
 Action descriptors.
 

Detailed Description

ISP-stats actions result.

The adapter whose action descriptors are reported, plus the descriptor list.

Since
16.8

Field Documentation

◆ actions

SpeedifySDK_IspAction SpeedifySDK_IspActionsResult::actions[SPEEDIFYSDK_MAX_ISP_ACTIONS]

Action descriptors.

Since
16.8

◆ adapterID

char SpeedifySDK_IspActionsResult::adapterID[SPEEDIFYSDK_MAX_ADAPTER_NAME]

Adapter unique ID the actions apply to.

Since
16.8

◆ count

uint32_t SpeedifySDK_IspActionsResult::count

Number of action descriptors.

Since
16.8

◆ errorCode

SpeedifySDK_ErrorType SpeedifySDK_IspActionsResult::errorCode

Error code.

◆ errorMessage

char SpeedifySDK_IspActionsResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING]

Error message.

◆ eventId

SpeedifySDK_EventID SpeedifySDK_IspActionsResult::eventId

Asynchronous callback ID.

◆ isError

bool SpeedifySDK_IspActionsResult::isError

Indicates if this result is an error.


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