Shared Database services: Difference between revisions
No edit summary |
|||
Line 500: | Line 500: | ||
! Description | ! Description | ||
|- | |- | ||
| 0 | | 0 || Applet | ||
| Applet | |||
|- | |- | ||
| 1 | | 1 || Account | ||
| Account | |||
|- | |- | ||
| 2 | | 2 || PowerStateChange | ||
| PowerStateChange | |||
|- | |- | ||
| 3 | | 3 || OperationModeChange | ||
| OperationModeChange | |||
|} | |} | ||
This is an enum for [[#PlayEvent]] +0x1C, which indicates the type of [[#PlayEvent]]. | This is an enum for [[#PlayEvent]] +0x1C, which indicates the type of [[#PlayEvent]]. | ||
= AppletEvent = | |||
{| class="wikitable" border="1" | |||
|- | |||
! Value | |||
! Description | |||
|- | |||
| 0 || "launch" | |||
|- | |||
| 1 || "exit" | |||
|- | |||
| 2 || "in_focus" | |||
|- | |||
| 3 || "out_of_focus" | |||
|- | |||
| 4 || "out_of_focus" | |||
|- | |||
| 5 || "exit" | |||
|- | |||
| 6 || "exit" | |||
|} | |||
This is an enum for [[#PlayEvent]] +0xF with [[#PlayEventType]] = Applet, this indicates the type of the Applet event. | |||
= PlayEvent = | = PlayEvent = |