NS services: Difference between revisions
Line 1,641: | Line 1,641: | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
! Cmd || Name | ! Cmd || Name | ||
|- | |- | ||
| 0 || | | 0 || [[#RequestLinkDevice]] | ||
|- | |- | ||
| 1 || [6.0.0+] | | 1 || [6.0.0+] [[#RequestCleanupAllPreInstalledApplications]] | ||
|- | |- | ||
| 2 || [6.0.0+] | | 2 || [6.0.0+] [[#RequestCleanupPreInstalledApplication]] | ||
|- | |- | ||
| 3 || [6.0.0+] | | 3 || [6.0.0+] [[#RequestSyncRights]] | ||
|- | |- | ||
| 4 || [6.0.0+] | | 4 || [6.0.0+] [[#RequestUnlinkDevice]] | ||
|- | |- | ||
| 5 || [6.1.0+] | | 5 || [6.1.0+] [[#RequestRevokeAllELicense]] | ||
|- | |- | ||
| 6 || [9.0.0+] | | 6 || [9.0.0+] [[#RequestSyncRightsBasedOnAssignedELicenses]] | ||
|} | |} | ||
==== RequestLinkDevice ==== | |||
Takes an input [[Account_services#Uid|Uid]], returns an output Event handle and an [[#IAsyncResult]]. | |||
==== RequestCleanupAllPreInstalledApplications ==== | |||
No input, returns an output Event handle and an [[#IAsyncResult]]. | |||
==== RequestCleanupPreInstalledApplication ==== | |||
Takes an input [[NCM_services#ApplicationId|ApplicationId]], returns an output Event handle and an [[#IAsyncResult]]. | |||
==== RequestSyncRights ==== | |||
No input, returns an output Event handle and an [[#IAsyncResult]]. | |||
==== RequestUnlinkDevice ==== | |||
Takes an input [[Account_services#Uid|Uid]], returns an output Event handle and an [[#IAsyncResult]]. | |||
==== RequestRevokeAllELicense ==== | |||
Takes an input [[Account_services#Uid|Uid]], returns an output Event handle and an [[#IAsyncResult]]. | |||
==== RequestSyncRightsBasedOnAssignedELicenses ==== | |||
No input, returns an output Event handle and an [[#IAsyncResult]]. | |||
=== IFactoryResetInterface === | === IFactoryResetInterface === |