NIMS:ConnectNoTicketDownload

From 3dbrew
Revision as of 21:39, 27 January 2017 by AriA99 (talk | contribs) (Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00570082] |- | 1 | Pointer to a buffer |- | 2 | Length of the buffer |- | 3 |...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Request

Index Word Description
0 Header code [0x00570082]
1 Pointer to a buffer
2 Length of the buffer
3 Descriptor for mapping a write-only buffer in the target process
4 Pointer to a buffer (same as input word 1)

Response

Index Word Description
0 Header code
1 Result code

Description

Connects NIM to the network for further use. This is required before any actual actions, such as NIMS:RegisterTask or NIMS:StartDownload can be taken.

The buffer is a scratch buffer for nim. eShop provides a buffer of 0x20000 bytes.