NS services: Difference between revisions
Line 1,199: | Line 1,199: | ||
! Cmd || Name | ! Cmd || Name | ||
|- | |- | ||
| 0 || GetBackgroundNetworkUpdateState | | 0 || [[#GetBackgroundNetworkUpdateState]] | ||
|- | |- | ||
| 1 || [[# | | 1 || [[#OpenSystemUpdateControl]] | ||
|- | |- | ||
| 2 || NotifyExFatDriverRequired | | 2 || NotifyExFatDriverRequired | ||
Line 1,233: | Line 1,233: | ||
| 18 || [4.0.0+] GetSendSystemUpdateProgress | | 18 || [4.0.0+] GetSendSystemUpdateProgress | ||
|} | |} | ||
== GetBackgroundNetworkUpdateState == | |||
No input, returns an output [[#BackgroundNetworkUpdateState]]. | |||
== OpenSystemUpdateControl == | |||
No input, returns an [[#ISystemUpdateControl]]. | |||
== ISystemUpdateControl == | == ISystemUpdateControl == | ||
Line 1,408: | Line 1,414: | ||
=== RequestCheckLatestUpdateIncludesRebootlessUpdate === | === RequestCheckLatestUpdateIncludesRebootlessUpdate === | ||
No input, returns an output handle and an [[#IAsyncValue]]. | No input, returns an output handle and an [[#IAsyncValue]]. | ||
== BackgroundNetworkUpdateState == | |||
{| class="wikitable" border="1" | |||
|- | |||
! Value | |||
! Description | |||
|- | |||
| 0 || Unknown. Values >2 are handled the same as this by [[qlaunch]]. | |||
|- | |||
| 1 || Unknown. | |||
|- | |||
| 2 || Unknown. | |||
|} | |||
This is "nn::ns::BackgroundNetworkUpdateState". This is an u8. | |||
== SystemUpdateProgress == | == SystemUpdateProgress == |