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