pub unsafe extern "C" fn DSP_ReadPipeIfPossible(
channel: u32_,
peer: u32_,
buffer: *mut c_void,
length: u16_,
length_read: *mut u16_,
) -> ResultExpand description
Reads a pipe if possible.
ยงArguments
channel- unknown. Usually 2peer- unknown. Usually 0buffer- The buffer that will store the values read from the pipelength- Length of the bufferlength_read- Number of bytes read by the command