This data structure is part of the TitleStorage Interface.
Input data for the EOS_TitleStorage_ReadFile function
Properties
EOS_TitleStorage_ReadFileOptions
Property
|
Value
|
int32_t ApiVersion
|
API Version: Set this to EOS_TITLESTORAGE_READFILEOPTIONS_API_LATEST.
|
EOS_ProductUserId LocalUserId
|
Product User ID of the local user who is reading the requested file (optional)
|
const char* Filename
|
The file name to read; this file must already exist
|
uint32_t ReadChunkLengthBytes
|
The maximum amount of data in bytes should be available to read in a single EOS_TitleStorage_OnReadFileDataCallback call
|
EOS_TitleStorage_OnReadFileDataCallback ReadFileDataCallback
|
Callback function to handle copying read data
|
EOS_TitleStorage_OnFileTransferProgressCallback FileTransferProgressCallback
|
Optional callback function to be informed of download progress, if the file is not already locally cached. If set, this will be called at least once before completion if the request is successfully started
|
This data structure is part of the TitleStorage Interface.
Input data for the {TitleStorageInterface.ReadFile} function
Properties
TitleStorage.ReadFileOptions
Property
|
Value
|
int ApiVersion
|
API Version: Set this to EOS_TITLESTORAGE_READFILEOPTIONS_API_LATEST.
|
ProductUserId LocalUserId
|
Product User ID of the local user who is reading the requested file (optional)
|
string Filename
|
The file name to read; this file must already exist
|
uint ReadChunkLengthBytes
|
The maximum amount of data in bytes should be available to read in a single EOS_TitleStorage_OnReadFileDataCallback call
|
OnReadFileDataCallback ReadFileDataCallback
|
Callback function to handle copying read data
|
OnFileTransferProgressCallback FileTransferProgressCallback
|
Optional callback function to be informed of download progress, if the file is not already locally cached. If set, this will be called at least once before completion if the request is successfully started
|
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