Difference between revisions of "ACI:InitializeNetworkSetting"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x04060040] |- | 1 | Network setting ID (0x0-0x2) |}")
 
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
 
|-
 
|-
 
| 1
 
| 1
| Network setting ID (0x0-0x2)
+
| Unknown value, usually 0x1
 
|}
 
|}
 +
 +
=Description=
 +
Initializes a network setting for updating. Call this, then set all the properties and finally call [[ACI:UpdateNetworkSetting|ACI:UpdateNetworkSetting]] and [[ACI:FlushNetworkSetting|ACI:FlushNetworkSetting]].

Latest revision as of 01:15, 8 May 2017

Request[edit]

Index Word Description
0 Header code [0x04060040]
1 Unknown value, usually 0x1

Description[edit]

Initializes a network setting for updating. Call this, then set all the properties and finally call ACI:UpdateNetworkSetting and ACI:FlushNetworkSetting.