[Overview][Constants][Types][Procedures and functions][Variables] | Reference for unit 'oldlinux' (#rtl) |
Terminal control: Suspend transmission of data
Source position: oldlinux.pp line 1507
function TCFlow( |
fd: LongInt; |
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.
|
Terminal control: Wait till all data was transmitted |
|
|
Terminal control: Discard data buffer |
|
|
Terminal Control: Get terminal attributes |
|
|
Terminal control: Get process group |
|
|
Terminal control: Send break |
|
|
Terminal control: Set attributes |
|
|
Terminal control: Set process group |
|
|
Terminal control: Get terminal name |
|
|
Check if filehandle is a TTY (terminal) |
No notes exist for this page yet.