flipper_format_write_uint32

Function flipper_format_write_uint32 

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

Write key and array of uint32

§Arguments

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

§Returns

True on success