Difference between revisions of "AMNet:ExportLicenseTicket"
Jump to navigation
Jump to search
Steveice10 (talk | contribs) (Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x08210142] |- | 1 | Ticket Data Size |- | 2-3 | u64, Ticket Title ID |- | 4-5...") |
TimmSkiller (talk | contribs) m |
||
Line 1: | Line 1: | ||
+ | TID high value must be 0x0004000D, otherwise this will return 0xE0E0803C. | ||
=Request= | =Request= | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
Line 39: | Line 40: | ||
| Actual Ticket Data Size | | Actual Ticket Data Size | ||
|} | |} | ||
+ | |||
+ | Wraps [[AMPXI:ExportLicenseTicket]]. |
Revision as of 20:08, 26 December 2021
TID high value must be 0x0004000D, otherwise this will return 0xE0E0803C.
Request
Index Word | Description |
---|---|
0 | Header code [0x08210142] |
1 | Ticket Data Size |
2-3 | u64, Ticket Title ID |
4-5 | u64, Ticket ID |
6 | (Ticket Data Size << 4) | 0xC |
7 | Ticket Data Output Pointer |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2 | Actual Ticket Data Size |
Wraps AMPXI:ExportLicenseTicket.