Difference between revisions of "BOSSU:SendProperty"
Jump to navigation
Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00140082] |- | 1 | PropertyID |- | 2 | Size |- | 3 | (Size << 4) <nowiki>|</...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
|- | |- | ||
| 1 | | 1 | ||
− | | PropertyID | + | | u16 [[BOSS_Services|PropertyID]] |
|- | |- | ||
| 2 | | 2 | ||
Line 32: | Line 32: | ||
| 1 | | 1 | ||
| Result code | | Result code | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
=Description= | =Description= | ||
− | This sets the data for the specified property with the currently selected BOSS task. This data will be written into FS later. | + | This sets the data for the specified property with the currently selected BOSS task. This data will be written into FS later(normally with [[BOSSU:RegisterTask]]). |
Latest revision as of 00:01, 10 October 2016
Request[edit]
Index Word | Description |
---|---|
0 | Header code [0x00140082] |
1 | u16 PropertyID |
2 | Size |
3 | (Size << 4) | 0xA |
4 | Data Pointer |
Response[edit]
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
Description[edit]
This sets the data for the specified property with the currently selected BOSS task. This data will be written into FS later(normally with BOSSU:RegisterTask).