Function iruSendData

Source
pub unsafe extern "C" fn iruSendData(
    buf: *mut u8_,
    size: u32_,
    wait: bool,
) -> Result
Expand description

Sends IR data.

ยงArguments

  • buf - Buffer to send data from.
  • size - Size of the buffer.
  • wait - Whether to wait for the data to be sent.