|
Profishark API
2.3.13.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 |
| uint64_t | FilesWritten |
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
| uint64_t FilesWritten |
Number of files fully written (excluding the file being currently written to)
| 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