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