Sets TTY to blocking or non-blocking.
The function returns the following error codes:
E_INVALID
if TTY is not connected.E_SYSTEM
if system calls failed.Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tty_type), | intent(inout) | :: | tty |
TTY type. |
||
logical, | intent(in) | :: | blocking |
Blocking mode. |