Function flipperzero_sys::bit_buffer_get_byte

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

Get a byte value at a specified index in a BitBuffer instance. The index must be valid (i.e. less than the instance’s data size in bytes).

§Arguments

  • [in] - buf pointer to a BitBuffer instance to be queried
  • [in] - index index of the byte in question