Function flipperzero_sys::flipper_format_delete_key
source · [−]pub unsafe extern "C" fn flipper_format_delete_key(
flipper_format: *mut FlipperFormat,
key: *const c_char
) -> boolExpand description
Removes the first matching key and its value. Sets the RW pointer to a position of deleted data. @param flipper_format Pointer to a FlipperFormat instance @param key Key @return True on success