NS services: Difference between revisions
Line 1,340: | Line 1,340: | ||
=== RequestCheckLatestUpdate === | === RequestCheckLatestUpdate === | ||
No input, returns an output handle and an [[#IAsyncValue]]. | No input, returns an output handle and an [[#IAsyncValue]]. | ||
The data that can be read from the [[#IAsyncValue]] is [[#LatestSystemUpdate]]. | |||
=== RequestDownloadLatestUpdate === | === RequestDownloadLatestUpdate === | ||
Line 1,473: | Line 1,475: | ||
== SystemDeliveryInfo == | == SystemDeliveryInfo == | ||
This is "nn::ns::SystemDeliveryInfo". This is a 0x100-byte struct. | This is "nn::ns::SystemDeliveryInfo". This is a 0x100-byte struct. | ||
== LatestSystemUpdate == | |||
{| class="wikitable" border="1" | |||
|- | |||
! Value | |||
! Description | |||
|- | |||
| 1 || Unknown. | |||
|- | |||
| 2 || Unknown. | |||
|- | |||
| Other values || Unknown. | |||
|} | |||
This is "nn::ns::LatestSystemUpdate". This is an u8. | |||
= IAsyncValue = | = IAsyncValue = |