static int |
Termios.BRKINT |
POSIX: Input Modes Signal interrupt on break.
|
static IntDefine |
Termios.BS0 |
POSIX.XSI: Output Modes Backspace-delay type 0.
|
static IntDefine |
Termios.BS1 |
POSIX.XSI: Output Modes Backspace-delay type 1.
|
static IntDefine |
Termios.BSDLY |
POSIX.XSI: Output Modes Select backspace delays:
|
static int |
Termios.CLOCAL |
POSIX: Control Modes Ignore modem status lines.
|
static IntDefine |
Termios.CMSPAR |
Linux: Control Modes Use d "stick" (mark/space) parity
(supported on certain serial devices).
|
static IntDefine |
Termios.CR0 |
POSIX.XSI: Output Modes Carriage-return delay type 0.
|
static IntDefine |
Termios.CR1 |
POSIX.XSI: Output Modes Carriage-return delay type 1.
|
static IntDefine |
Termios.CR2 |
POSIX.XSI: Output Modes Carriage-return delay type 2.
|
static IntDefine |
Termios.CR3 |
POSIX.XSI: Output Modes Carriage-return delay type 3.
|
static IntDefine |
Termios.CRDLY |
POSIX.XSI: Output Modes Select carriage-return delays:
|
static int |
Termios.CREAD |
POSIX: Control Modes Enable receiver.
|
static int |
Termios.CRTSCTS |
Non POSIX: Control Modes
|
static int |
Termios.CS5 |
POSIX: Control Modes 5 bits.
|
static int |
Termios.CS6 |
POSIX: Control Modes 6 bits.
|
static int |
Termios.CS7 |
POSIX: Control Modes 7 bits.
|
static int |
Termios.CS8 |
POSIX: Control Modes 8 bits.
|
static int |
Termios.CSIZE |
POSIX: Control Modes Character size:
|
static int |
Termios.CSTOPB |
POSIX: Control Modes Send two stop bits, else one.
|
static int |
Termios.ECHO |
POSIX: Local Modes Enable echo.
|
static int |
Termios.ECHOE |
POSIX: Local Modes Echo erase character as error-correcting
backspace.
|
static int |
Termios.ECHOK |
POSIX: Local Modes Echo KILL.
|
static int |
Termios.ECHONL |
POSIX: Local Modes Echo NL.
|
static IntDefine |
Termios.FF0 |
POSIX.XSI: Output Modes Form-feed delay type 0.
|
static IntDefine |
Termios.FF1 |
POSIX.XSI: Output Modes Form-feed delay type 1.
|
static IntDefine |
Termios.FFDLY |
POSIX.XSI: Output Modes Select form-feed delays:
|
static int |
Termios.HUPCL |
POSIX: Control Modes Hang up on last close.
|
static int |
Termios.ICANON |
POSIX: Local Modes Canonical input (erase and kill
processing).
|
static int |
Termios.ICRNL |
POSIX: Input Modes Map CR to NL on input.
|
static int |
Termios.IEXTEN |
POSIX: Local Modes Enable extended input character
processing.
|
static int |
Termios.IGNBRK |
POSIX: Input Modes Ignore break condition.
|
static int |
Termios.IGNCR |
POSIX: Input Modes Ignore CR.
|
static int |
Termios.IGNPAR |
POSIX: Input Modes Ignore characters with parity errors.
|
static int |
Termios.INLCR |
POSIX: Input Modes Map NL to CR on input.
|
static int |
Termios.INPCK |
POSIX: Input Modes Enable input parity check.
|
static int |
Termios.ISIG |
POSIX: Local Modes Enable signals.
|
static int |
Termios.ISTRIP |
POSIX: Input Modes Strip character.
|
static int |
Termios.IXANY |
POSIX: Input Modes Enable any character to restart output.
|
static int |
Termios.IXOFF |
POSIX: Input Modes Enable start/stop input control.
|
static int |
Termios.IXON |
POSIX: Input Modes Enable start/stop output control.
|
static int |
Termios.NCCS |
POSIX: Size of the array c_cc for control characters.
|
static IntDefine |
Termios.NL0 |
POSIX.XSI: Output Modes Newline type 0.
|
static IntDefine |
Termios.NL1 |
POSIX.XSI: Output Modes Newline type 1.
|
static IntDefine |
Termios.NLDLY |
POSIX.XSI: Output Modes Select newline delays: NL0
or NL1
|
static int |
Termios.NOFLSH |
POSIX: Local Modes Disable flush after interrupt or quit.
|
static int |
Termios.OCRNL |
POSIX,XSI: Output Modes Map CR to NL on output.
|
static IntDefine |
Termios.OFDEL |
POSIX.XSI: Output Modes Fill is DEL.
|
static IntDefine |
Termios.OFILL |
POSIX.XSI: Output Modes Use fill characters for delay.
|
static int |
Termios.ONLCR |
POSIX.XSI: Output Modes Map NL to CR-NL on output.
|
static int |
Termios.ONLRET |
POSIX.XSI: Output Modes NL performs CR function.
|
static int |
Termios.ONOCR |
POSIX.XSI: Output Modes No CR output at column 0.
|
static int |
Termios.OPOST |
POSIX: Output Modes Post-process output.
|
static int |
Termios.PARENB |
POSIX: Control Modes Parity enable.
|
static IntDefine |
Termios.PAREXT |
???
|
static int |
Termios.PARMRK |
POSIX: Input Modes Mark parity errors.
|
static int |
Termios.PARODD |
POSIX: Control Modes Odd parity, else even.
|
static IntDefine |
Termios.TAB0 |
POSIX.XSI: Output Modes Horizontal-tab delay type 0.
|
static IntDefine |
Termios.TAB1 |
POSIX.XSI: Output Modes Horizontal-tab delay type 1.
|
static IntDefine |
Termios.TAB2 |
POSIX.XSI: Output Modes Horizontal-tab delay type 2.
|
static IntDefine |
Termios.TAB3 |
POSIX.XSI: Output Modes Expand tabs to spaces.
|
static IntDefine |
Termios.TABDLY |
POSIX.XSI: Output Modes Select horizontal-tab delays:
|
static int |
Termios.TCIFLUSH |
POSIX: Line Control Flush pending input.
|
static int |
Termios.TCIOFF |
POSIX: Line Control Transmit a STOP character, intended to
suspend input data.
|
static int |
Termios.TCIOFLUSH |
POSIX: Line Control Flush both pending input and
untransmitted output.
|
static int |
Termios.TCION |
POSIX: Line Control Transmit a START character, intended to
restart input data.
|
static int |
Termios.TCOFLUSH |
POSIX: Line Control Flush untransmitted output.
|
static int |
Termios.TCOOFF |
POSIX: Line Control Suspend output.
|
static int |
Termios.TCOON |
POSIX: Line Control Restart output.
|
static int |
Termios.TCSADRAIN |
POSIX: Attribute Selection Change attributes when output
has drained; also flush pending input.
|
static int |
Termios.TCSAFLUSH |
POSIX: Attribute Selection Change attributes when output
has drained.
|
static int |
Termios.TCSANOW |
POSIX: Attribute Selection Change attributes immediately.
|
static int |
Termios.TOSTOP |
POSIX: Local Modes Send SIGTTOU for background output.
|