Applet Manager services: Difference between revisions
No edit summary |
|||
Line 240: | Line 240: | ||
| 0 || [[#GetAppletStateChangedEvent]] | | 0 || [[#GetAppletStateChangedEvent]] | ||
|- | |- | ||
| 1 || [[ | | 1 || [[#IsCompleted]] | ||
|- | |- | ||
| 10 || Start | | 10 || [[#Start]] | ||
|- | |- | ||
| 20 || RequestExit | | 20 || [[#RequestExit]] | ||
|- | |- | ||
| 25 || Terminate | | 25 || [[#Terminate]] | ||
|- | |- | ||
| 30 || GetResult | | 30 || [[#GetResult]] | ||
|} | |} | ||
==== GetAppletStateChangedEvent ==== | |||
No input, returns an output handle. | No input, returns an output event handle with autoclear=false. | ||
==== IsCompleted ==== | |||
No input, returns an output u8 bool. | No input, returns an output u8 bool. | ||
==== Start ==== | |||
No input/output. | |||
==== RequestExit ==== | |||
No input/output. | |||
==== Terminate ==== | |||
No input/output. | |||
==== GetResult==== | |||
No input/output. | |||
== ILibraryAppletProxy == | == ILibraryAppletProxy == | ||
Line 665: | Line 677: | ||
| 0 || [[#GetAppletStateChangedEvent]] || | | 0 || [[#GetAppletStateChangedEvent]] || | ||
|- | |- | ||
| 1 || [[ | | 1 || [[#IsCompleted]] || | ||
|- | |- | ||
| 10 || [[#Start]] || | | 10 || [[#Start]] || | ||
Line 687: | Line 699: | ||
| 104 || [[#PopInteractiveOutData]] || | | 104 || [[#PopInteractiveOutData]] || | ||
|- | |- | ||
| 105 || [[#GetPopOutDataEvent] || | | 105 || [[#GetPopOutDataEvent]] || | ||
|- | |- | ||
| 106 || [[#GetPopInteractiveOutDataEvent]] || | | 106 || [[#GetPopInteractiveOutDataEvent]] || | ||
Line 700: | Line 712: | ||
|} | |} | ||
= | Commands <=30 are inherited from [[#IAppletAccessor]]. | ||
==== SetOutOfFocusApplicationSuspendingEnabled ==== | ==== SetOutOfFocusApplicationSuspendingEnabled ==== |