dm_pipe_read Function

public function dm_pipe_read(pipe, bytes) result(sz)

Reads from pipe to buffer bytes (binary) and returns number of bytes written to buffer.

Arguments

Type IntentOptional Attributes Name
type(pipe_type), intent(inout) :: pipe

Bi-directional pipe.

character(len=*), intent(inout), target :: bytes

Output buffer.

Return Value integer(kind=i8)


Calls

proc~~dm_pipe_read~~CallsGraph proc~dm_pipe_read dm_pipe_read c_fread c_fread proc~dm_pipe_read->c_fread

Called by

proc~~dm_pipe_read~~CalledByGraph proc~dm_pipe_read dm_pipe_read proc~dm_plot_error dm_plot_error proc~dm_plot_error->proc~dm_pipe_read proc~dm_plot_read dm_plot_read proc~dm_plot_read->proc~dm_pipe_read proc~dm_plot_version dm_plot_version proc~dm_plot_version->proc~dm_pipe_read