OLSC services: Difference between revisions
No edit summary |
No edit summary |
||
Line 156: | Line 156: | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
! Cmd || Name | ! Cmd || Name | ||
|- | |- | ||
| 0 || GetNativeHandle | | 0 || GetNativeHandle | ||
|} | |} | ||
Line 212: | Line 212: | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
! Cmd || Name | ! Cmd || Name | ||
|- | |- | ||
| 0 || GetResult | | 0 || GetResult | ||
|- | |- | ||
| 1 || Cancel | | 1 || Cancel | ||
|- | |- | ||
| 2 || IsAvailable | | 2 || IsAvailable | ||
|- | |- | ||
| 3 || GetSystemEvent | | 3 || GetSystemEvent | ||
|} | |} | ||
Line 256: | Line 256: | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
! Cmd || Name | ! Cmd || Name | ||
|- | |- | ||
| 0 || Update | | 0 || Update | ||
|} | |} | ||
Line 268: | Line 268: | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
! Cmd || Name | ! Cmd || Name | ||
|- | |- | ||
| 0 || | | 0 || Initialize | ||
|- | |- | ||
| 10 || | | 10 || [[#VerifySaveDataBackupLicenseAsync]] | ||
|- | |- | ||
| 13 || | | 13 || GetSaveDataBackupSetting | ||
|- | |- | ||
| 14 || | | 14 || SetSaveDataBackupSettingEnabled | ||
|- | |- | ||
| 15 || | | 15 || SetCustomData | ||
|- | |- | ||
| 16 || | | 16 || DeleteSaveDataBackupSetting | ||
|- | |- | ||
| 18 || | | 18 || GetSaveDataBackupInfoCache | ||
|- | |- | ||
| 19 || | | 19 || [[#UpdateSaveDataBackupInfoCacheAsync]] | ||
|- | |- | ||
| 22 || | | 22 || [[#DeleteSaveDataBackupAsync]] | ||
|- | |- | ||
| 25 || | | 25 || [[#ListDownloadableSaveDataBackupInfoAsync]] | ||
|- | |- | ||
| 26 || | | 26 || [[#DownloadSaveDataBackupAsync]] | ||
|- | |- | ||
| 9010 || | | 9010 || [[#VerifySaveDataBackupLicenseAsyncForDebug]] | ||
|- | |- | ||
| 9013 || | | 9013 || GetSaveDataBackupSettingForDebug | ||
|- | |- | ||
| 9014 || | | 9014 || SetSaveDataBackupSettingEnabledForDebug | ||
|- | |- | ||
| 9015 || | | 9015 || SetCustomDataForDebug | ||
|- | |- | ||
| 9016 || | | 9016 || DeleteSaveDataBackupSettingForDebug | ||
|- | |- | ||
| 9018 || | | 9018 || GetSaveDataBackupInfoCacheForDebug | ||
|- | |- | ||
| 9019 || | | 9019 || [[#UpdateSaveDataBackupInfoCacheAsyncForDebug]] | ||
|- | |- | ||
| 9022 || | | 9022 || [[#DeleteSaveDataBackupAsyncForDebug]] | ||
|- | |- | ||
| 9025 || | | 9025 || [[#ListDownloadableSaveDataBackupInfoAsyncForDebug]] | ||
|- | |- | ||
| 9026 || | | 9026 || [[#DownloadSaveDataBackupAsyncForDebug]] | ||
|} | |} | ||
== VerifySaveDataBackupLicenseAsync == | |||
Takes a total of 0x10-bytes of input, returns an output [[#IAsyncResult]]. | |||
== UpdateSaveDataBackupInfoCacheAsync == | |||
Takes a total of 0x10-bytes of input, returns an output [[#IAsyncResult]]. | |||
== DeleteSaveDataBackupAsync == | |||
Takes a total of 0x18-bytes of input, returns an output [[#IAsyncResult]]. | |||
== ListDownloadableSaveDataBackupInfoAsync == | |||
Takes a total of 0x18-bytes of input, a handle, returns an output [[#IAsyncListData]]. | |||
== DownloadSaveDataBackupAsync == | |||
Takes a total of 0x18-bytes of input, returns an output [[#IAsyncTransferRequest]]. | |||
== VerifySaveDataBackupLicenseAsyncForDebug == | |||
Same as [[#VerifySaveDataBackupLicenseAsync]]. | |||
== UpdateSaveDataBackupInfoCacheAsyncForDebug == | |||
Same as [[#UpdateSaveDataBackupInfoCacheAsync]]. | |||
== DeleteSaveDataBackupAsyncForDebug == | |||
Same as [[#DeleteSaveDataBackupAsync]]. | |||
== ListDownloadableSaveDataBackupInfoAsyncForDebug == | |||
Same as [[#ListDownloadableSaveDataBackupInfoAsync]]. | |||
== DownloadSaveDataBackupAsyncForDebug == | |||
Same as [[#DownloadSaveDataBackupAsync]]. | |||
== IAsyncListData == | == IAsyncListData == | ||
Line 320: | Line 350: | ||
! Cmd || Name || Notes | ! Cmd || Name || Notes | ||
|- | |- | ||
| 0 || | | 0 || GetResult | ||
|- | |- | ||
| 1 || | | 1 || Cancel | ||
|- | |- | ||
| 2 || | | 2 || IsAvailable | ||
|- | |- | ||
| 3 || | | 3 || GetSystemEvent | ||
|- | |- | ||
| 100 || | | 100 || GetDataCount | ||
|- | |- | ||
| 101 || | | 101 || GetData | ||
|} | |} | ||
Line 338: | Line 368: | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
! Cmd || Name | ! Cmd || Name | ||
|- | |- | ||
| 0 || | | 0 || GetResult | ||
|- | |- | ||
| 1 || | | 1 || Cancel | ||
|- | |- | ||
| 2 || | | 2 || IsAvailable | ||
|- | |- | ||
| 3 || | | 3 || GetSystemEvent | ||
|- | |- | ||
| 100 || | | 100 || GetOperationProgressInfo | ||
|} | |} | ||
[[Category:Services]] | [[Category:Services]] |