Function ctru_sys::udsSetApplicationData
source · pub unsafe extern "C" fn udsSetApplicationData(
buf: *const c_void,
size: usize
) -> Result
Expand description
This can be used by the host to set the appdata contained in the broadcasted beacons.
§Arguments
buf
- Appdata buffer.size
- Size of the input appdata.