Difference between revisions of "APT:CancelParameter"

From 3dbrew
Jump to navigation Jump to search
 
Line 9: Line 9:
 
|-
 
|-
 
| 1
 
| 1
| u8 flag, when non-zero NS will compare the word after this one with a field in the NS state.
+
| u8, Check Sender (0 = don't check, 1 = check)
 
|-
 
|-
 
| 2
 
| 2
| Sender AppID
+
| Sender [[NS_and_APT_Services#AppIDs|AppID]]
 
|-
 
|-
 
| 3
 
| 3
| u8 flag, when non-zero NS will compare the word after this one with a field in the NS state.
+
| u8, Check Receiver (0 = don't check, 1 = check)
 
|-
 
|-
 
| 4
 
| 4
| AppID
+
| Receiver [[NS_and_APT_Services#AppIDs|AppID]]
 
|}
 
|}
  
Line 34: Line 34:
 
|-
 
|-
 
| 2
 
| 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.
+
| u8, Status (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=
 
=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]]).
+
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]]).

Latest revision as of 04:55, 22 November 2015

Request[edit]

Index Word Description
0 Header code [0x000F0100]
1 u8, Check Sender (0 = don't check, 1 = check)
2 Sender AppID
3 u8, Check Receiver (0 = don't check, 1 = check)
4 Receiver AppID

Response[edit]

Index Word Description
0 Header code
1 Result code
2 u8, Status (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[edit]

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).