Difference between revisions of "BOSSU:RegisterTask"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x000B00C2] |- | 1 | TaskID buffer size |- | 2 | ? |- | 3 | ? |- | 4 | (Size <<...")
 
 
(4 intermediate revisions by the same user not shown)
Line 12: Line 12:
 
|-
 
|-
 
| 2
 
| 2
| ?
+
| u8, unknown(bool). Usually zero, regardless of HTTP GET/POST.
 
|-
 
|-
 
| 3
 
| 3
| ?
+
| u8, unknown. Usually zero, regardless of HTTP GET/POST.
 
|-
 
|-
 
| 4
 
| 4
Line 21: Line 21:
 
|-
 
|-
 
| 5
 
| 5
| TaskID data Pointer
+
| TaskID data pointer
 
|}
 
|}
  
Line 36: Line 36:
 
| Result code
 
| Result code
 
|}
 
|}
 +
 +
=Description=
 +
This registers a task and updates the BOSS savedata immediately, including info previously initialized with [[BOSSU:SendProperty]].

Latest revision as of 23:57, 16 November 2016

Request[edit]

Index Word Description
0 Header code [0x000B00C2]
1 TaskID buffer size
2 u8, unknown(bool). Usually zero, regardless of HTTP GET/POST.
3 u8, unknown. Usually zero, regardless of HTTP GET/POST.
4 (Size << 4) | 0xA
5 TaskID data pointer

Response[edit]

Index Word Description
0 Header code
1 Result code

Description[edit]

This registers a task and updates the BOSS savedata immediately, including info previously initialized with BOSSU:SendProperty.