This function is part of the TitleStorage Interface.
Remarks
Callback for when we have data ready to be read from the requested file. It is undefined how often this will be called during a single tick.
Return Value
The result of the read operation. If this value is not EOS_TS_RR_ContinueReading, this callback will not be called again for the same request
Parameters
EOS_TitleStorage_OnReadFileDataCallback
Parameter Type And Name | Usage Information |
---|---|
const EOS_TitleStorage_ReadFileDataCallbackInfo* Data | Struct containing a chunk of data to read, as well as some metadata for the file being read |