Difference between revisions of "NIMS:ConnectNoTicketDownload"

From 3dbrew
Jump to navigation Jump to search
(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 |...")
 
(→‎Description: Add note why it's called the way it's called)
 
Line 38: Line 38:
  
 
The buffer is a scratch buffer for nim. [[EShop|eShop]] provides a buffer of 0x20000 bytes.
 
The buffer is a scratch buffer for nim. [[EShop|eShop]] provides a buffer of 0x20000 bytes.
 +
 +
This command does not appear to affect tickets.

Latest revision as of 21:40, 27 January 2017

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.