Difference between revisions of "AMPXI:SetCertificate"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x003E0042] |- | 1 | Certificate size |- | 2 | (CertificateSize << 8) <nowiki>|...")
 
(No difference)

Latest revision as of 06:24, 12 January 2016

Request[edit]

Index Word Description
0 Header code [0x003E0042]
1 Certificate size
2 (CertificateSize << 8) | 0x6
3 Certificate pointer

Response[edit]

Index Word Description
0 Header code [0x003E0040]
1 Result code

Description[edit]

This internally calls AMPXI:SetCertificates with the provided certificate as the first certificate and the remaining parameters as 0s.