flipperzero_sysFunction nfc_device_save
Source pub unsafe extern "C" fn nfc_device_save(
instance: *mut NfcDevice,
path: *const c_char,
) -> bool
Expand description
Save NFC device data form an NfcDevice instance to a file.
§Arguments
instance (direction in) - pointer to the instance to be saved.
path (direction in) - pointer to a character string with a full file path.
§Returns
true if the data was successfully saved, false otherwise.