Function ctru_sys::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.