enum Termios::ControlMode ¶ Members¶ CSIZE = 48 ¶ CS5 = 0 ¶ CS6 = 16 ¶ CS7 = 32 ¶ CS8 = 48 ¶ CSTOPB = 64 ¶ CREAD = 128 ¶ PARENB = 256 ¶ PARODD = 512 ¶ HUPCL = 1024 ¶ CLOCAL = 2048 ¶ Methods¶ #clocal? ¶ View source #cread? ¶ View source #cs5? ¶ View source #cs6? ¶ View source #cs7? ¶ View source #cs8? ¶ View source #csize? ¶ View source #cstopb? ¶ View source #hupcl? ¶ View source #parenb? ¶ View source #parodd? ¶ View source