Function flipperzero_sys::flipper_format_write_bool
source · pub unsafe extern "C" fn flipper_format_write_bool(
flipper_format: *mut FlipperFormat,
key: *const c_char,
data: *const bool,
data_size: u16
) -> boolExpand description
Write key and array of bool
Returns:
- True on success
Arguments
flipper_format- Pointer to a FlipperFormat instancekey- Keydata- Valuedata_size- Values count