pub unsafe extern "C" fn nfcInitializeWriteAppData(
    amiibo_appid: u32_,
    buf: *const c_void,
    size: usize
) -> Result
Expand description

This initializes the appdata using the specified input, when the appdata previously wasn’t initialized. If the appdata is already initialized, you must first use the amiibo Settings applet menu option labeled “Delete amiibo Game Data”. This automatically writes the amiibo data into the actual data storage(normally NFC data pages). See also nfcWriteAppData().

§Arguments

  • amiibo_appid - amiibo AppID. See also nfcOpenAppData().
  • buf - Input buffer.
  • size - Buffer size.