Function ctru_sys::nfcWriteAppData
source · pub unsafe extern "C" fn nfcWriteAppData(
buf: *const c_void,
size: usize,
taginfo: *mut NFC_TagInfo
) -> Result
Expand description
Writes the appdata, after nfcOpenAppData() was used successfully. The size should be <=0xD8-bytes. See also: https://3dbrew.org/wiki/NFC:WriteAppData
§Arguments
buf
- Input buffer.size
- Buffer size.taginfo
- TagInfo from nfcGetTagInfo().