pipe_bytes_available

Function pipe_bytes_available 

Source
pub unsafe extern "C" fn pipe_bytes_available(
    pipe: *mut PipeSide,
) -> usize
Expand description

Determines how many bytes there are in the pipe available to be read.

§Arguments

  • [in] - pipe Pipe side to query

§Returns

Number of bytes available to be read out from that side of the pipe