Documentation
Urho3D::PackageUpload Struct Reference
Package file send transfer. More...
#include <Connection.h>
Collaboration diagram for Urho3D::PackageUpload:
Public Member Functions | |
| PackageUpload () | |
| Construct with defaults. | |
Public Attributes | |
| SharedPtr< File > | file_ |
| Source file. | |
| unsigned | fragment_ |
| Current fragment index. | |
| unsigned | totalFragments_ |
| Total number of fragments. | |
Detailed Description
Package file send 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
