This data structure is part of the TitleStorage Interface.
Structure containing the information about a file transfer in progress (or one that has completed)
Properties
EOS_TitleStorage_FileTransferProgressCallbackInfo
Property
|
Value
|
void* ClientData
|
Client-specified data passed into the file request
|
EOS_ProductUserId LocalUserId
|
Product User ID of the local user who initiated this request (optional, will only be present in case it was provided during operation start)
|
const char* Filename
|
The file name of the file being transferred
|
uint32_t BytesTransferred
|
Amount of bytes transferred so far in this request, out of TotalFileSizeBytes
|
uint32_t TotalFileSizeBytes
|
The total size of the file being transferred (Includes file header in addition to file contents, can be slightly more than expected)
|
This data structure is part of the TitleStorage Interface.
Structure containing the information about a file transfer in progress (or one that has completed)
Properties
TitleStorage.FileTransferProgressCallbackInfo
Property
|
Value
|
object ClientData
|
Client-specified data passed into the file request
|
ProductUserId LocalUserId
|
Product User ID of the local user who initiated this request (optional, will only be present in case it was provided during operation start)
|
string Filename
|
The file name of the file being transferred
|
uint BytesTransferred
|
Amount of bytes transferred so far in this request, out of TotalFileSizeBytes
|
uint TotalFileSizeBytes
|
The total size of the file being transferred (Includes file header in addition to file contents, can be slightly more than expected)
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no