pub unsafe extern "C" fn iruSendData(
buf: *mut u8_,
size: u32_,
wait: bool,
) -> ResultExpand 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.