FSFile:Read: Difference between revisions
Jump to navigation
Jump to search
Steveice10 (talk | contribs) m Type nit. |
Steveice10 (talk | contribs) m nit |
||
Line 31: | Line 31: | ||
|- | |- | ||
| 1 | | 1 | ||
| | | Result code | ||
|- | |- | ||
| 2 | | 2 | ||
| Total read data | | Total read data | ||
|} | |} |
Latest revision as of 07:40, 18 October 2015
Request
Index Word | Description |
---|---|
0 | Header code [0x080200C2] |
1-2 | u64, File Offset |
3 | Size |
4 | (Size << 4) | 0xC |
5 | Data Pointer |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2 | Total read data |