|
PcapPlusPlus
Next
|
Result object returned by receive operations. More...
#include <WinDivertDevice.h>
Public Types | |
| enum class | Status { Completed , Timeout , Failed } |
| Status codes for receive operations. More... | |
Public Attributes | |
| Status | status |
| Operation status (Completed/Timeout/Failed) | |
| std::string | error |
| Error message when status is Failed; empty otherwise. | |
| uint32_t | errorCode = 0 |
| Platform-specific error code associated with the failure (0 if none) | |
Result object returned by receive operations.
|
strong |