Writes to pipe (binary) and returns the number of bytes written in
n
. The input string is not trimmed.
The function returns the following error codes:
E_INVALID
if pipe is not connected or read-only.E_WRITE
if writing failed.Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(pipe_type), | intent(inout) | :: | pipe |
Bi-directional pipe. |
||
character(len=*), | intent(in), | target | :: | input |
Bytes to write to the pipe. |
|
integer(kind=i8), | intent(out), | optional | :: | n |
Bytes written. |