Profishark API
2.3.12.0
|
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 |
Direct capture status.
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