NIMS:ConnectNoTicketDownload

From 3dbrew
Revision as of 21:40, 27 January 2017 by AriA99 (talk | contribs) (→‎Description: Add note why it's called the way it's called)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Request[edit]

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

Index Word Description
0 Header code
1 Result code

Description[edit]

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.

This command does not appear to affect tickets.