pub unsafe extern "C" fn CAMU_GetTransferBytes(
    transferBytes: *mut u32_,
    port: u32_
) -> Result
Expand description

Gets the number of bytes to transfer into an image buffer.

§Arguments

  • transferBytes - Pointer to write the number of bytes to.
  • port - Port to use.