NS services: Difference between revisions
No edit summary |
|||
Line 1,148: | Line 1,148: | ||
| 3050 || [14.0.0+] ListAssignELicenseTaskResult | | 3050 || [14.0.0+] ListAssignELicenseTaskResult | ||
|- | |- | ||
| 3100 || [17.0.0+] GetSafeSystemVersionCheckInfo | | 3100 || [17.0.0+] [[#GetSafeSystemVersionCheckInfo|GetSafeSystemVersionCheckInfo]] | ||
|- | |- | ||
| 3101 || [17.0.0+] RequestUpdateSafeSystemVersionCheckInfo | | 3101 || [17.0.0+] [[#RequestUpdateSafeSystemVersionCheckInfo|RequestUpdateSafeSystemVersionCheckInfo]] | ||
|- | |- | ||
| 3102 || [17.0.0+] ResetSafeSystemVersionCheckInfo | | 3102 || [17.0.0+] [[#ResetSafeSystemVersionCheckInfo|ResetSafeSystemVersionCheckInfo]] | ||
|- | |- | ||
| 3104 || [18.0.0+] GetApplicationNintendoLogo | | 3104 || [18.0.0+] GetApplicationNintendoLogo | ||
Line 2,711: | Line 2,711: | ||
| 1202 || [4.0.0+] [[#GetSafeSystemVersion]] | | 1202 || [4.0.0+] [[#GetSafeSystemVersion]] | ||
|- | |- | ||
| 3100 || [18.0.0+] | | 3100 || [18.0.0+] [[#GetSafeSystemVersionCheckInfo|GetSafeSystemVersionCheckInfo]] | ||
|- | |- | ||
| 3101 || [18.0.0+] | | 3101 || [18.0.0+] [[#RequestUpdateSafeSystemVersionCheckInfo|RequestUpdateSafeSystemVersionCheckInfo]] | ||
|- | |- | ||
| 3102 || [18.0.0+] | | 3102 || [18.0.0+] [[#ResetSafeSystemVersionCheckInfo|ResetSafeSystemVersionCheckInfo]] | ||
|} | |} | ||
Line 2,735: | Line 2,735: | ||
No input, returns an output [[NCM_services#ContentMetaKey|ContentMetaKey]] with the cached contents of "ns_ssversion:/entry" ([[NCM_services#ApplicationId|ApplicationId]], u32 '''version''' and u32 '''policy''' from <code>vulnerability!needs_update_vulnerability_policy</code>). | No input, returns an output [[NCM_services#ContentMetaKey|ContentMetaKey]] with the cached contents of "ns_ssversion:/entry" ([[NCM_services#ApplicationId|ApplicationId]], u32 '''version''' and u32 '''policy''' from <code>vulnerability!needs_update_vulnerability_policy</code>). | ||
== | == GetSafeSystemVersionCheckInfo == | ||
No input, returns 0x10-bytes of output. | No input, returns 0x10-bytes of output. | ||
[S2] Used by web-applets. | [S2] Used by web-applets via ns:vm. | ||
== | == RequestUpdateSafeSystemVersionCheckInfo == | ||
No input, returns an output Event handle and an [[#IAsyncResult|IAsyncResult]]. | No input, returns an output Event handle and an [[#IAsyncResult|IAsyncResult]]. | ||
[S2] Used by web-applets. | [S2] Used by web-applets via ns:vm. | ||
== | == ResetSafeSystemVersionCheckInfo == | ||
No input/output. | No input/output. | ||