Reads from named pipe and returns number of bytes read. The read
string is returned in bytes
. Argument error
is set to
E_NULL
if fifo
is not connected.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(fifo_type), | intent(inout) | :: | fifo |
FIFO type. |
||
character(len=:), | intent(out), | allocatable | :: | bytes |
Bytes read from FIFO. |
|
integer, | intent(out), | optional | :: | error |
Error code. |