NWMUDS:ConnectNetwork2: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 39: | Line 39: | ||
| Result code | | Result code | ||
|} | |} | ||
=Description= | |||
This connects to the specified network. | |||
Official user-processes verify that the passphrase_buf is not NULL, and that PassphraseSize is >=8 and <=0xFF. On fail that user-process code returns 0xE10113FD for that. | |||
Revision as of 02:26, 6 April 2016
Request
| Index Word | Description |
|---|---|
| 0 | Header code [0x001E0084] |
| 1 | u8 Connection type: 0x1 = Client, 0x2 = Spectator. |
| 2 | Passphrase buffer size |
| 3 | (NetworkStructSize<<12) | 0x402 |
| 4 | Input network struct buffer ptr |
| 5 | (PassphraseSize<<12) | 2 |
| 6 | Input passphrase buffer ptr |
Response
| Index Word | Description |
|---|---|
| 0 | Header code |
| 1 | Result code |
Description
This connects to the specified network.
Official user-processes verify that the passphrase_buf is not NULL, and that PassphraseSize is >=8 and <=0xFF. On fail that user-process code returns 0xE10113FD for that.