Difference between revisions of "NWMUDS:ConnectNetwork2"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x001E0084] |- | 1 | ? |- | 2 | Passphrase buffer size |- | 3 | (...")
 
Line 15: Line 15:
 
|-
 
|-
 
| 3
 
| 3
| (NetworkStructSize<<12)  <nowiki>|</nowiki> 2
+
| (NetworkStructSize<<12)  <nowiki>|</nowiki> 0x402
 
|-
 
|-
 
| 4
 
| 4
 
| Input network struct buffer ptr
 
| Input network struct buffer ptr
 
|-
 
|-
| 3
+
| 5
 
| (PassphraseSize<<12)  <nowiki>|</nowiki> 2
 
| (PassphraseSize<<12)  <nowiki>|</nowiki> 2
 
|-
 
|-
| 4
+
| 6
 
| Input passphrase buffer ptr (including the NULL-terminator)
 
| Input passphrase buffer ptr (including the NULL-terminator)
 
|}
 
|}

Revision as of 17:58, 18 March 2015

Request

Index Word Description
0 Header code [0x001E0084]
1 ?
2 Passphrase buffer size
3 (NetworkStructSize<<12) | 0x402
4 Input network struct buffer ptr
5 (PassphraseSize<<12) | 2
6 Input passphrase buffer ptr (including the NULL-terminator)

Response

Index Word Description
0 Header code
1 Result code