pub unsafe extern "C" fn flipper_format_read_string(
    flipper_format: *mut FlipperFormat,
    key: *const c_char,
    data: *mut FuriString
) -> bool
Expand description

Read a string by key

Returns:

  • True on success

Arguments

  • flipper_format - Pointer to a FlipperFormat instance
  • key - Key
  • data - Value