APT:SendParameter: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
|- | |- | ||
| 3 | | 3 | ||
| | | Signal [[APT:ReceiveParameter|type]] | ||
|- | |- | ||
| 4 | | 4 | ||
Revision as of 21:34, 12 May 2014
Request
| Index Word | Description |
|---|---|
| 0 | Header code [0x000C0104] |
| 1 | Source AppID(for the process using this command). This is also returned in the APT:ReceiveParameter command response. |
| 2 | Destination AppID |
| 3 | Signal type |
| 4 | Parameter buffer size, max size is 0x1000(this can be zero). |
| 5 | Value 0x0 |
| 6 | Handle passed to the destination process, likely used for shared memory(this can be 0x0). |
| 7 | (Size<<14) | 2 |
| 8 | Input parameter buffer ptr |
Response
| Index Word | Description |
|---|---|
| 0 | Header code |
| 1 | Result code |
Description
This sets the parameter data state.