Function IRU_StartSendTransfer

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

Begins sending data.

ยงArguments

  • buf - Buffer to send.
  • size - Size of the buffer.