flipperzero_sysFunction 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
buf (direction in) - pointer to a BitBuffer instance to be queried
§Returns
capacity, in bytes