µOS++ IIIe Reference 7.0.0
The third edition of µOS++, a POSIX inspired open source framework, written in C++
Loading...
Searching...
No Matches
termios Struct Reference

#include <termios.h>

Public Attributes

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

Detailed Description

Definition at line 278 of file termios.h.

Member Data Documentation

◆ c_cc

cc_t termios::c_cc[20]

Definition at line 284 of file termios.h.

◆ c_cflag

tcflag_t termios::c_cflag

Definition at line 282 of file termios.h.

◆ c_iflag

tcflag_t termios::c_iflag

Definition at line 280 of file termios.h.

◆ c_ispeed

speed_t termios::c_ispeed

Definition at line 286 of file termios.h.

◆ c_lflag

tcflag_t termios::c_lflag

Definition at line 283 of file termios.h.

◆ c_oflag

tcflag_t termios::c_oflag

Definition at line 281 of file termios.h.

◆ c_ospeed

speed_t termios::c_ospeed

Definition at line 287 of file termios.h.


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