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.