Function flipperzero_sys::flipper_format_read_string
source · pub unsafe extern "C" fn flipper_format_read_string(
flipper_format: *mut FlipperFormat,
key: *const c_char,
data: *mut FuriString
) -> boolExpand description
Read a string by key @param flipper_format Pointer to a FlipperFormat instance @param key Key @param data Value @return True on success