Termios::ControlMode
Inherits Enum / Comparable / Value / Object
DEPRECATED
Constants
CSIZE = 48
CS5 = 0
CS6 = 16
CS7 = 32
CS8 = 48
CSTOPB = 64
CREAD = 128
PARENB = 256
PARODD = 512
HUPCL = 1024
CLOCAL = 2048
Inherits Enum / Comparable / Value / Object
DEPRECATED