Urho3D
|
Package file receive transfer. More...
#include </home/runner/work/urho3d-doxygen.github.io/urho3d-doxygen.github.io/urho3d_repo/Source/Urho3D/Network/Connection.h>
Public Member Functions | |
PackageDownload () | |
Construct with defaults. | |
Public Attributes | |
SharedPtr< File > | file_ |
Destination file. | |
HashSet< unsigned > | receivedFragments_ |
Already received fragments. | |
String | name_ |
Package name. | |
unsigned | totalFragments_ |
Total number of fragments. | |
hash32 | checksum_ |
Checksum. | |
bool | initiated_ |
Download initiated flag. | |
Package file receive transfer.