Speedify SDK for Desktop/Embedded 17.2.0
Loading...
Searching...
No Matches
SpeedifySDK_RecentAppsResult Struct Reference

Recently seen apps 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.
 
uint32_t count
 Number of entries in apps.
 
SpeedifySDK_RecentApp apps [SPEEDIFYSDK_MAX_RECENT_APPS]
 Recently seen applications, most recently seen first.
 

Detailed Description

Recently seen apps result.

Since
17.2

Field Documentation

◆ apps

SpeedifySDK_RecentApp SpeedifySDK_RecentAppsResult::apps[SPEEDIFYSDK_MAX_RECENT_APPS]

Recently seen applications, most recently seen first.

Since
17.2

◆ count

uint32_t SpeedifySDK_RecentAppsResult::count

Number of entries in apps.

Since
17.2

◆ errorCode

SpeedifySDK_ErrorType SpeedifySDK_RecentAppsResult::errorCode

Error code.

◆ errorMessage

char SpeedifySDK_RecentAppsResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING]

Error message.

◆ eventId

SpeedifySDK_EventID SpeedifySDK_RecentAppsResult::eventId

Asynchronous callback ID.

◆ isError

bool SpeedifySDK_RecentAppsResult::isError

Indicates if this result is an error.


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