enum

Termios::LineControl

Inherits Enum / Comparable / Value / Object

DEPRECATED

Constants

TCSANOW = 0
TCSADRAIN = 1
TCSAFLUSH = 2
TCIFLUSH = 0
TCIOFLUSH = 2
TCOFLUSH = 1
TCIOFF = 2
TCION = 3
TCOOFF = 0
TCOON = 1

Instance methods

tciflush?

Returns true if this enum value equals TCIFLUSH

Source
tcioff?

Returns true if this enum value equals TCIOFF

Source
tcioflush?

Returns true if this enum value equals TCIOFLUSH

Source
tcion?

Returns true if this enum value equals TCION

Source
tcoflush?

Returns true if this enum value equals TCOFLUSH

Source
tcooff?

Returns true if this enum value equals TCOOFF

Source
tcoon?

Returns true if this enum value equals TCOON

Source
tcsadrain?

Returns true if this enum value equals TCSADRAIN

Source
tcsaflush?

Returns true if this enum value equals TCSAFLUSH

Source
tcsanow?

Returns true if this enum value equals TCSANOW

Source