Octopus
termios Struct Reference

Detailed Description

Definition at line 4491 of file varia.c.

Public Attributes

tcflag_t c_iflag
 
tcflag_t c_oflag
 
tcflag_t c_cflag
 
tcflag_t c_lflag
 
cc_t c_line
 
cc_t c_cc [32]
 
speed_t c_ispeed
 
speed_t c_ospeed
 

Member Data Documentation

◆ c_iflag

tcflag_t termios::c_iflag

Definition at line 4493 of file varia.c.

◆ c_oflag

tcflag_t termios::c_oflag

Definition at line 4494 of file varia.c.

◆ c_cflag

tcflag_t termios::c_cflag

Definition at line 4495 of file varia.c.

◆ c_lflag

tcflag_t termios::c_lflag

Definition at line 4496 of file varia.c.

◆ c_line

cc_t termios::c_line

Definition at line 4497 of file varia.c.

◆ c_cc

cc_t termios::c_cc[32]

Definition at line 4498 of file varia.c.

◆ c_ispeed

speed_t termios::c_ispeed

Definition at line 4499 of file varia.c.

◆ c_ospeed

speed_t termios::c_ospeed

Definition at line 4500 of file varia.c.


The documentation for this struct was generated from the following file: