NIMU:IsSystemUpdateAvailable: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
Steveice10 (talk | contribs)
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x002A0000] |} =Response= {| class="wikitable" border="1" |- ! Index Word !..."
 
(No difference)

Latest revision as of 05:07, 3 March 2023

Request

Index Word Description
0 Header code [0x002A0000]

Response

Index Word Description
0 Header code [0x002A0100]
1 Result code
2 Result code of the actual update operation
3 Customer Support Code of the actual update operation
4 bool Available

Description

Checks if there is a system update available by issuing the GetSystemUpdate SOAP call and comparing the response’s system update hash to the locally stored hash.