Documentation
Urho3D::PackageDownload Struct Reference
Package file receive transfer. More...
#include <Connection.h>
Collaboration diagram for Urho3D::PackageDownload:
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. | |
| unsigned | checksum_ |
| Checksum. | |
| bool | initiated_ |
| Download initiated flag. | |
Detailed Description
Package file receive transfer.
The documentation for this struct was generated from the following files:
- /home/travis/build/urho3d/Urho3D/Source/Urho3D/Network/Connection.h
- /home/travis/build/urho3d/Urho3D/Source/Urho3D/Network/Connection.cpp
