Profishark API  2.3.12.0
ProfisharkAPIDiskDumpStatus Struct Reference

Direct capture status. More...

#include <ProfisharkAPI.h>

Data Fields

bool CaptureIsRunning
 
bool HighCacheUsage
 
uint64_t UsedCache
 
uint64_t BytesWritten
 
uint64_t BytesDropped
 
ProfisharkAPIRet ErrorStatus
 
uint64_t MaximumCacheSize
 

Detailed Description

Direct capture status.

Field Documentation

◆ BytesDropped

uint64_t BytesDropped

Total bytes dropped by software

◆ BytesWritten

uint64_t BytesWritten

Total bytes written to disk

◆ CaptureIsRunning

bool CaptureIsRunning

true if the capture is currently running, false otherwise

◆ ErrorStatus

ProfisharkAPIRet ErrorStatus

Last direct capture error

◆ HighCacheUsage

bool HighCacheUsage

true if cache is heavily used, false otherwise

◆ MaximumCacheSize

uint64_t MaximumCacheSize

Maximum cache size in bytes

◆ UsedCache

uint64_t UsedCache

Number of bytes used in the cache


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