Profishark API  2.3.12.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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

uint64_t BytesDropped

Total bytes dropped by software

uint64_t BytesWritten

Total bytes written to disk

bool CaptureIsRunning

true if the capture is currently running, false otherwise

ProfisharkAPIRet ErrorStatus

Last direct capture error

bool HighCacheUsage

true if cache is heavily used, false otherwise

uint64_t MaximumCacheSize

Maximum cache size in bytes

uint64_t UsedCache

Number of bytes used in the cache


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