APT:GlanceParameter: Difference between revisions
Steveice10 (talk | contribs) m Clean up. |
No edit summary |
||
Line 15: | Line 15: | ||
|} | |} | ||
The following is located 0x100-bytes after the beginning of the above command buffer: | The following is located 0x100-bytes after the beginning of the above command buffer, as a static buffer descriptor receiving the static buffer in the response: | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
Line 35: | Line 35: | ||
|- | |- | ||
| 0 | | 0 | ||
| Header code | | Header code [0x000E0104] | ||
|- | |- | ||
| 1 | | 1 | ||
Line 54: | Line 54: | ||
| 6 | | 6 | ||
| Handle Parameter | | Handle Parameter | ||
|- | |||
| 7 | |||
| <nowiki>(Actual Parameter Size << 14) | 2</nowiki> (static buffer descriptor) | |||
|- | |||
| 8 | |||
| void*, Parameter to send | |||
|} | |} | ||
=Description= | =Description= | ||
This is exactly the same as [[APT:ReceiveParameter]] (except for the word value prior to the output handle), except this will not clear the flag (except when responseword[3] == 8 || responseword[3] == 9) in NS state. Thus, the parameter data can still be loaded via [[APT:ReceiveParameter]]/[[APT:GlanceParameter]] after using this command, except when responseword[3] is one of the above values. | This is exactly the same as [[APT:ReceiveParameter]] (except for the word value prior to the output handle), except this will not clear the flag (except when responseword[3] == 8 || responseword[3] == 9) in NS state. Thus, the parameter data can still be loaded via [[APT:ReceiveParameter]]/[[APT:GlanceParameter]] after using this command, except when responseword[3] is one of the above values. |