|
Maps SDK for C++ 1.0.0
|
TransferStatistics object. More...


Public Member Functions | |
| TransferStatistics (TransferStatistics &&)=default | |
| Default move constructor. | |
| TransferStatistics & | operator= (TransferStatistics &&ts)=default |
| Default move operator. | |
| LargeInteger | getUpload () const noexcept |
| Get the overall uploaded data size in bytes. | |
| LargeInteger | getDownload () const noexcept |
| Get the overall downloaded data size in bytes. | |
| LargeInteger | getRequests () const noexcept |
| Get the overall requests count. | |
| LargeInteger | getUpload (int networkType) const noexcept |
| Get the uploaded data size in bytes / network type ( see INetworkListener::ENetworkType ). | |
| LargeInteger | getDownload (int networkType) const noexcept |
| Get the overall downloaded data size in bytes / network type ( see INetworkListener::ENetworkType ). | |
| LargeInteger | getRequests (int networkType) const noexcept |
| Get the overall requests count / network type ( see INetworkListener::ENetworkType ). | |
| void | resetStatistics () noexcept |
| Reset transfer statistics. | |
TransferStatistics object.
Implements share read/write Api object over ITransferStatistics.
|
inlinenoexcept |
Get the overall downloaded data size in bytes.
|
inlinenoexcept |
Get the overall downloaded data size in bytes / network type ( see INetworkListener::ENetworkType ).
| networkType | The network type |
|
inlinenoexcept |
Get the overall requests count.
|
inlinenoexcept |
Get the overall requests count / network type ( see INetworkListener::ENetworkType ).
| networkType | The network type |
|
inlinenoexcept |
Get the overall uploaded data size in bytes.
|
inlinenoexcept |
Get the uploaded data size in bytes / network type ( see INetworkListener::ENetworkType ).
| networkType | The network type |
|
default |