[Overview][Constants][Types][Procedures and functions][Variables] |
Terminal control: Set attributes
Source position: oldlinux.pp line 1498
function TCSetAttr( |
fd: LongInt; |
OptAct: LongInt; |
const tios: Termios |
):Boolean; |
TCSetAttrsets the terminal parameters you specify in a TermIOSstructureTiosfor the terminal referred to by the file descriptor Fd.
OptActspecifies an optional action when the set need to be done, this could be one of the following pre-defined values:
The function Returns Trueif the call was succesfull, Falseotherwise.
For an example, see TCGetAttr.
Errors are reported in LinuxError.
|
Terminal control: Wait till all data was transmitted |
|
|
Terminal control: Suspend transmission of data |
|
|
Terminal control: Discard data buffer |
|
|
Terminal Control: Get terminal attributes |
|
|
Terminal control: Get process group |
|
|
Terminal control: Send break |
|
|
Terminal control: Set process group |
|
|
Terminal control: Get terminal name |
|
|
Check if filehandle is a TTY (terminal) |