![]() |
L4Re Operating System Framework
Interface and Usage Documentation
|
Vcon attribute structure. More...
#include <vcon.h>
Collaboration diagram for l4_vcon_attr_t:Public Member Functions | |
| void | set_raw () |
| Set terminal attributes to disable all special processing. | |
Data Fields | |
| l4_umword_t | i_flags |
| input flags | |
| l4_umword_t | o_flags |
| output flags | |
| l4_umword_t | l_flags |
| local flags | |
Vcon attribute structure.
The flags members can be a combination of their respective enums.
|
inline |
Set terminal attributes to disable all special processing.
Removes all flags that would mangle the read or written characters. Also disables echoing and any special processing of characters.
Definition at line 450 of file vcon.h.
References l4_vcon_set_attr_raw().
Here is the call graph for this function: