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

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.
 

Detailed Description

A recently seen application.

Since
17.2

Field Documentation

◆ friendlyName

char SpeedifySDK_RecentApp::friendlyName[SPEEDIFYSDK_MAX_APP_STRING_LENGTH]

Human friendly application name, empty when not known.

Since
17.2

◆ lastSeen

uint64_t SpeedifySDK_RecentApp::lastSeen

Unix timestamp of the app's last classified flow.

Since
17.2

◆ name

char SpeedifySDK_RecentApp::name[SPEEDIFYSDK_MAX_APP_STRING_LENGTH]

Executable path or service name.

Since
17.2

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