NIMU:IsSystemUpdateAvailable

From 3dbrew
Revision as of 06:07, 3 March 2023 by 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 !...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Request[edit]

Index Word Description
0 Header code [0x002A0000]

Response[edit]

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[edit]

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.