![]() |
Speedify SDK for Desktop/Embedded 16.9.0
|
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. | |
ISP-stats actions result.
The adapter whose action descriptors are reported, plus the descriptor list.
| SpeedifySDK_IspAction SpeedifySDK_IspActionsResult::actions[SPEEDIFYSDK_MAX_ISP_ACTIONS] |
Action descriptors.
| char SpeedifySDK_IspActionsResult::adapterID[SPEEDIFYSDK_MAX_ADAPTER_NAME] |
Adapter unique ID the actions apply to.
| uint32_t SpeedifySDK_IspActionsResult::count |
Number of action descriptors.
| SpeedifySDK_ErrorType SpeedifySDK_IspActionsResult::errorCode |
Error code.
| char SpeedifySDK_IspActionsResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING] |
Error message.
| SpeedifySDK_EventID SpeedifySDK_IspActionsResult::eventId |
Asynchronous callback ID.
| bool SpeedifySDK_IspActionsResult::isError |
Indicates if this result is an error.