Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::AsyncFileSend::CompletionData Struct Reference
Inheritance diagram for SC::AsyncFileSend::CompletionData:
SC::AsyncCompletionData

Public Attributes

size_t bytesTransferred = 0
 Number of bytes successfully sent.
 
bool usedZeroCopy = false
 True if zero-copy mechanism was used.
 

Member Data Documentation

◆ bytesTransferred

size_t SC::AsyncFileSend::CompletionData::bytesTransferred = 0

Number of bytes successfully sent.

◆ usedZeroCopy

bool SC::AsyncFileSend::CompletionData::usedZeroCopy = false

True if zero-copy mechanism was used.


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