BOSSU:GetTaskIdList: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
Created page with "=Request= {{IPC/Request}} {{#vardefine:ipc_offset|0}} {{IPC/RequestEntry|Header code [0x000E0000]}} {{IPC/RequestEnd}} =Response= {{IPC/Request}} {{#vardefine:ipc_offset|0}}..."
 
DaniElectra (talk | contribs)
Use IPC template header
 
Line 1: Line 1:
=Request=
=Request=
{{IPC/Request}}
{{IPC/Request}}
{{#vardefine:ipc_offset|0}}
{{IPC/RequestHeader|0x000E|0|0}}
{{IPC/RequestEntry|Header code [0x000E0000]}}
{{IPC/RequestEnd}}
{{IPC/RequestEnd}}


Line 8: Line 7:
{{IPC/Request}}
{{IPC/Request}}
{{#vardefine:ipc_offset|0}}
{{#vardefine:ipc_offset|0}}
{{IPC/RequestEntry|Header code}}
{{IPC/RequestHeader|0x000E|1|0}}
{{IPC/RequestEntry|Result code}}
{{IPC/RequestEntry|Result code}}
{{IPC/RequestEnd}}
{{IPC/RequestEnd}}


=Description=
=Description=
This seems to initialize the data for PropertyIDs 0x35 and 0x36 which can then be loaded with [[BOSSU:ReceiveProperty]].
Loads the list of task IDs into the local session so that it can be retrieved with PropertyIDs 0x35 and 0x36 on [[BOSSU:ReceiveProperty]].

Latest revision as of 18:58, 1 February 2025

Request

Index Word Description
0
Header 0x000E0000 Cmd 0x000E Param 0 Xlat 0

Response

Index Word Description
0
Header 0x000E0040 Cmd 0x000E Param 1 Xlat 0
1 Result code

Description

Loads the list of task IDs into the local session so that it can be retrieved with PropertyIDs 0x35 and 0x36 on BOSSU:ReceiveProperty.