Difference between revisions of "APT:CancelParameter"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x000F0100] |- | 1 | u8 flag, when non-zero NS will compare the word after this on...")
 
m
Line 18: Line 18:
 
|-
 
|-
 
| 4
 
| 4
| AppletID
+
| AppID
 
|}
 
|}
  

Revision as of 19:47, 2 October 2013

Request

Index Word Description
0 Header code [0x000F0100]
1 u8 flag, when non-zero NS will compare the word after this one with a field in the NS state.
2 Unknown, this is the same as the first unknown field returned by APT:ReceiveParameter.
3 u8 flag, when non-zero NS will compare the word after this one with a field in the NS state.
4 AppID

Response

Index Word Description
0 Header code
1 Result code
2 u8 status flag: 0 = failure due to no parameter data being available, or the above enabled fields don't match the fields in NS state. 1 = success.

Description

When parameter data is available, and when the above specified fields match the ones in NS state(for the ones where the checks are enabled), this clears the flag which indicates that parameter data is available(same flag cleared by APT:ReceiveParameter).