Opens named pipe.
The routine returns the following error codes in error
:
E_INVALID
if the FIFO is already opened, or the path is invalid.E_IO
if the system call to open the FIFO failed.Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(fifo_type), | intent(inout) | :: | fifo |
FIFO type. |
||
integer, | intent(out), | optional | :: | error |
Error code. |