Function flipperzero_sys::bit_buffer_get_capacity_bytes

source ·
pub unsafe extern "C" fn bit_buffer_get_capacity_bytes(
    buf: *const BitBuffer,
) -> usize
Expand description

Get a BitBuffer instance’s capacity (i.e. the maximum possible amount of data), in bytes.

§Arguments

  • [in] - buf pointer to a BitBuffer instance to be queried

§Returns

capacity, in bytes