Applet Manager services: Difference between revisions

No edit summary
Line 536: Line 536:
! Cmd || Name || Notes
! Cmd || Name || Notes
|-
|-
| 0 || CreateLibraryApplet || Returns an [[#ILibraryAppletAccessor]].
| 0 || [[#CreateLibraryApplet]] ||
|-
|-
| 1 || TerminateAllLibraryApplets ||
| 1 || [[#TerminateAllLibraryApplets]] ||
|-
|-
| 2 || AreAnyLibraryAppletsLeft ||
| 2 || [[#AreAnyLibraryAppletsLeft]] ||
|-
|-
| 10 || CreateStorage || Returns an [[#IStorage]].
| 10 || CreateStorage || Returns an [[#IStorage]].
Line 548: Line 548:
| 12 || [2.0.0+] CreateHandleStorage || Returns an [[#IStorage]].
| 12 || [2.0.0+] CreateHandleStorage || Returns an [[#IStorage]].
|}
|}
=== CreateLibraryApplet ===
Takes 2 input u32s [[#AppletId]] and [[#LibraryAppletMode]], returns an [[#ILibraryAppletAccessor]].
=== TerminateAllLibraryApplets ===
No input/output.
=== AreAnyLibraryAppletsLeft ===
No input, returns an output u8 bool.


=== ILibraryAppletAccessor ===
=== ILibraryAppletAccessor ===