Record termios
Unit
Declaration
type termios = record
Description
This item has no description.
Overview
Fields
| Public | c_iflag: tcflag_t; |
| Public | c_oflag: tcflag_t; |
| Public | c_cflag: tcflag_t; |
| Public | c_lflag: tcflag_t; |
| Public | c_line: cc_t; |
| Public | c_cc: array[0..(NCCS)-1] of cc_t; |
| Public | c_ispeed: speed_t; |
| Public | c_ospeed: speed_t; |
Description
Fields
| Public | c_iflag: tcflag_t; |
|
This item has no description. | |
| Public | c_oflag: tcflag_t; |
|
This item has no description. | |
| Public | c_cflag: tcflag_t; |
|
This item has no description. | |
| Public | c_lflag: tcflag_t; |
|
This item has no description. | |
| Public | c_line: cc_t; |
|
This item has no description. | |
| Public | c_cc: array[0..(NCCS)-1] of cc_t; |
|
This item has no description. | |
| Public | c_ispeed: speed_t; |
|
This item has no description. | |
| Public | c_ospeed: speed_t; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.