Skip to main content

pipe_read

Function pipe_read 

Source
pub(crate) fn pipe_read(conn: &mut Smb2Conn, buf: &[u8]) -> Option<Vec<u8>>
Expand description

Drain up to the requested byte count from a pipe’s outbound queue; None when file_id is not a pipe.