flipper_format_write_string

Function flipper_format_write_string 

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

Write key and string

§Arguments

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

§Returns

True on success