BOSSU:SendProperty: Difference between revisions
DaniElectra (talk | contribs)  Use IPC template header  | 
				|||
| (2 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
=Request=  | =Request=  | ||
{  | {{IPC/Request}}  | ||
{{#vardefine:ipc_offset|0}}  | |||
{{IPC/RequestHeader|0x0014|2|2}}  | |||
{{IPC/RequestEntry|u16, [[BOSS_Services#PropertyIDs|Property ID]]}}  | |||
{{IPC/RequestEntry|u32, Buffer size}}  | |||
| 0  | {{IPC/MapPointerR|Data buffer}}  | ||
|   | {{IPC/RequestEnd}}  | ||
|  | |||
|   | |||
| u16   | |||
|  | |||
|   | |||
| Data   | |||
=Response=  | =Response=  | ||
{  | {{IPC/Request}}  | ||
{{#vardefine:ipc_offset|0}}  | |||
{{IPC/RequestHeader|0x0014|1|2}}  | |||
{{IPC/RequestEntry|Result code}}  | |||
{{IPC/MapPointerR|Data buffer}}  | |||
| 0  | {{IPC/RequestEnd}}  | ||
|   | |||
|  | |||
|   | |||
| Result code  | |||
|}  | |||
{  | |||
=Description=  | =Description=  | ||
Sets the data for the specified property within the current session. This data will be written into FS later when registering or reconfiguring a task.  | |||