The device- and class- specific functions manager is ...
The directives provided by the device- and class- specific functions manager are:
cfgetispeed
- Reads terminal input baud rate
cfgetospeed
- Reads terminal output baud rate
cfsetispeed
- Sets terminal input baud rate
cfsetospeed
- Set terminal output baud rate
tcgetattr
- Gets terminal attributes
tcsetattr
- Set terminal attributes
tcsendbreak
- Sends a break to a terminal
tcdrain
- Waits for all output to be transmitted to the terminal
tcflush
- Discards terminal data
tcflow
- Suspends/restarts terminal output
tcgetpgrp
- Gets foreground process group ID
tcsetpgrp
- Sets foreground process group ID
Copyright © 1988-2008 OAR Corporation