NWMUDS:SetApplicationData: Difference between revisions
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00100042] |- | 1 | Size |- | 2 | (Size<<14) <nowiki>|</nowiki> 2 |- | 3 | Input ..." |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
|- | |- | ||
| 2 | | 2 | ||
| (Size<<14) <nowiki>|</nowiki> | | (Size<<14) <nowiki>|</nowiki> 0x1002 | ||
|- | |- | ||
| 3 | | 3 | ||
Line 32: | Line 32: | ||
=Description= | =Description= | ||
This sets the | This sets the appdata in the beacon, see [[NWM_Services|here]]. By default this is not set(size=0). This command doesn't need to be used when the appdata is not used. This is used on the host 3DS to update the beacon data used for broadcasting. NWM module will automatically broadcast the updated beacon at the next beacon broadcast interval. | ||
This returns error 0xE10113E9 when the u32 input size is larger than 0xC8. |