FSFile:Write: Difference between revisions
Jump to navigation
Jump to search
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x08030102] |- | 1 | File offset lower word |- | 2 | File offset upper word |- | 3..." |
Steveice10 (talk | contribs) m WriteOption |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 8: | Line 8: | ||
| Header code [0x08030102] | | Header code [0x08030102] | ||
|- | |- | ||
| 1 | | 1-2 | ||
| u64, File Offset | |||
| File | |||
|- | |- | ||
| 3 | | 3 | ||
Line 18: | Line 15: | ||
|- | |- | ||
| 4 | | 4 | ||
| | | [[Filesystem_services#WriteOption|WriteOption]] | ||
|- | |- | ||
| 5 | | 5 | ||
| (Size<<4) <nowiki>|</nowiki> | | (Size << 4) <nowiki>|</nowiki> 0xA | ||
|- | |- | ||
| 6 | | 6 | ||
| Data | | Data Pointer | ||
|} | |} | ||
Line 37: | Line 34: | ||
|- | |- | ||
| 1 | | 1 | ||
| | | Result code | ||
|- | |- | ||
| 2 | | 2 | ||
| Total written data | | Total written data | ||
|} | |} |
Latest revision as of 03:02, 14 November 2015
Request
Index Word | Description |
---|---|
0 | Header code [0x08030102] |
1-2 | u64, File Offset |
3 | Size |
4 | WriteOption |
5 | (Size << 4) | 0xA |
6 | Data Pointer |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2 | Total written data |