Difference between revisions of "NWMUDS:SetApplicationData"

From 3dbrew
Jump to navigation Jump to search
 
Line 33: Line 33:
 
=Description=
 
=Description=
 
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 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.

Latest revision as of 18:03, 12 April 2016

Request[edit]

Index Word Description
0 Header code [0x00100042]
1 Size
2 (Size<<14) | 0x1002
3 Input buffer ptr

Response[edit]

Index Word Description
0 Header code
1 Result code

Description[edit]

This sets the appdata in the beacon, see 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.