APT:CancelParameter: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Steveice10 (talk | contribs) No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 9: | Line 9: | ||
|- | |- | ||
| 1 | | 1 | ||
| u8 | | u8, Check Sender (0 = don't check, 1 = check) | ||
|- | |- | ||
| 2 | | 2 | ||
| | | Sender [[NS_and_APT_Services#AppIDs|AppID]] | ||
|- | |- | ||
| 3 | | 3 | ||
| u8 | | 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 | | 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
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
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
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).