Difference between revisions of "AMNet:BeginImportContent"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x080E0040] |- | 1 | u16 content index |} =Response= {| class="wikitable" border=...")
 
m
 
(4 intermediate revisions by 2 users not shown)
Line 9: Line 9:
 
|-
 
|-
 
| 1
 
| 1
| u16 content index
+
| u16, Content Index
 
|}
 
|}
  
Line 25: Line 25:
 
|-
 
|-
 
| 2
 
| 2
| ?
+
| 0x10
 
|-
 
|-
 
| 3
 
| 3
| Content file handle, used for installation
+
| Content Handle
 
|}
 
|}
 +
 +
=Description=
 +
This is used to open a content, with the TMD content type encrypted flag. This is normally used for content installation. The data written to the opened file is the raw encrypted data from Nintendo's CDN servers.

Latest revision as of 19:13, 17 April 2016

Request[edit]

Index Word Description
0 Header code [0x080E0040]
1 u16, Content Index

Response[edit]

Index Word Description
0 Header code
1 Result code
2 0x10
3 Content Handle

Description[edit]

This is used to open a content, with the TMD content type encrypted flag. This is normally used for content installation. The data written to the opened file is the raw encrypted data from Nintendo's CDN servers.