Function TCFlow (Fd,Act:longint) : Boolean;
TCFlow suspends/resumes transmission or reception of data to or from the file descriptor Fd, depending on the action Act. This can be one of the following pre-defined values:
The function returns True if the call was succesfull, False otherwise.
Errors are reported in LinuxError.
termios (2)