flipperzero_sys

Function flipper_format_key_exist

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

Check if the key exists.

§Arguments

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

§Returns

true key exists false key is not exists