Reads from pipe to buffer output (binary) and returns number of
bytes read from buffer.
The function returns the following error codes:
E_INVALID if the pipe is not connected or write-only.E_READ if no bytes were returned.| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(pipe_type), | intent(inout) | :: | pipe |
Bi-directional pipe. |
||
| character(len=*), | intent(inout), | target | :: | output |
Output buffer. |
|
| integer(kind=i8), | intent(out), | optional | :: | n |
Bytes read. |