Tizen RT Libs&Environment  v1.0 D5
termios Struct Reference

Structure of termios. More...

#include <termios.h>

Data Fields

tcflag_t c_iflag
 
tcflag_t c_oflag
 
tcflag_t c_cflag
 
tcflag_t c_lflag
 
cc_t c_cc [NCCS]
 
speed_t c_speed
 

Detailed Description

Structure of termios.

Definition at line 249 of file termios.h.

Field Documentation

cc_t c_cc[NCCS]

Definition at line 256 of file termios.h.

tcflag_t c_cflag

Definition at line 254 of file termios.h.

tcflag_t c_iflag

Definition at line 252 of file termios.h.

tcflag_t c_lflag

Definition at line 255 of file termios.h.

tcflag_t c_oflag

Definition at line 253 of file termios.h.

speed_t c_speed

Definition at line 263 of file termios.h.


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