APT:SendCaptureBufferInfo: Difference between revisions
Jump to navigation
Jump to search
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00400042] |- | 1 | Size |- | 2 | <nowiki>(Size<<14) | 2</nowiki> |- | 3 | Input ..." |
No edit summary |
||
| Line 32: | Line 32: | ||
=Description= | =Description= | ||
The input size is clamped to 0x20-bytes by NS. The input buffer with the clamped size is then copied to a NS state buffer. The size field for this state buffer is also set to this clamped size. | The input size is clamped to 0x20-bytes by NS. The input buffer with the clamped size is then copied to a NS state buffer. The size field for this state buffer is also set to this clamped size. The format of the input structure is unknown. | ||
Revision as of 18:33, 27 September 2013
Request
| Index Word | Description |
|---|---|
| 0 | Header code [0x00400042] |
| 1 | Size |
| 2 | (Size<<14) | 2 |
| 3 | Input buffer ptr |
Response
| Index Word | Description |
|---|---|
| 0 | Header code |
| 1 | Result code |
Description
The input size is clamped to 0x20-bytes by NS. The input buffer with the clamped size is then copied to a NS state buffer. The size field for this state buffer is also set to this clamped size. The format of the input structure is unknown.