APT:CancelParameter: Difference between revisions
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..." |
Steveice10 (talk | contribs) No edit summary |
||
(2 intermediate revisions by 2 users 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 | ||
| | | 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).