Difference between revisions of "APT:Initialize"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00020080] |- | 1 | AppID |- | 2 | Value 0x0 ? |} =Response= {| class="wikitable...")
 
m
Line 31: Line 31:
 
|-
 
|-
 
| 3
 
| 3
| Notification event handle, used for detecting HOME event
+
| Notification event handle; should call [[APTU:GetSignalType|APTU:GetSignalType]] when triggered
 
|-
 
|-
 
| 4
 
| 4
| Another event handle, use unclear
+
| Another event handle; triggered at start of execution and when returning to app from home menu
 
|}
 
|}

Revision as of 23:28, 31 January 2014

Request

Index Word Description
0 Header code [0x00020080]
1 AppID
2 Value 0x0 ?

Response

Index Word Description
0 Header code
1 Result code
2 ?
3 Notification event handle; should call APTU:GetSignalType when triggered
4 Another event handle; triggered at start of execution and when returning to app from home menu