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_gm_get_dimensions dm_gm_get_dimensions proc~dm_gm_get_dimensions->proc~dm_pipe_read proc~dm_gm_get_directory dm_gm_get_directory proc~dm_gm_get_directory->proc~dm_pipe_read proc~dm_gm_get_file_extension dm_gm_get_file_extension proc~dm_gm_get_file_extension->proc~dm_pipe_read proc~dm_gm_get_file_format dm_gm_get_file_format proc~dm_gm_get_file_format->proc~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 proc~dm_gm_get_mime dm_gm_get_mime proc~dm_gm_get_mime->proc~dm_gm_get_file_format