Function flipper_format_read_hex_uint64
Source pub unsafe extern "C" fn flipper_format_read_hex_uint64(
flipper_format: *mut FlipperFormat,
key: *const c_char,
data: *mut u64,
data_size: u16,
) -> bool
Expand description
Read array of uint64 in hex format by key
§Arguments
flipper_format - Pointer to a FlipperFormat instance
key - Key
data - Value
data_size - Values count
§Returns
True on success