![]() |
Speedify SDK for Desktop/Embedded 17.2.0
|
A recently seen application. More...
#include <types.h>
Data Fields | |
| char | name [SPEEDIFYSDK_MAX_APP_STRING_LENGTH] |
| Executable path or service name. | |
| char | friendlyName [SPEEDIFYSDK_MAX_APP_STRING_LENGTH] |
| Human friendly application name, empty when not known. | |
| uint64_t | lastSeen |
| Unix timestamp of the app's last classified flow. | |
A recently seen application.
| char SpeedifySDK_RecentApp::friendlyName[SPEEDIFYSDK_MAX_APP_STRING_LENGTH] |
Human friendly application name, empty when not known.
| uint64_t SpeedifySDK_RecentApp::lastSeen |
Unix timestamp of the app's last classified flow.
| char SpeedifySDK_RecentApp::name[SPEEDIFYSDK_MAX_APP_STRING_LENGTH] |
Executable path or service name.