RTEMS 4.9.5 On-Line Library
Device- and Class- Specific Functions Manager tcsetattr - Set terminal attributes
RTEMS POSIX API User's Guide
6.4.6: tcsetattr - Set terminal attributes
CALLING SEQUENCE:
-
#include <termios.h>
#include <unistd.h>
int tcsetattr(
int fildes,
int options,
const struct termios *tp
);
STATUS CODES:
- E
-
The
DESCRIPTION:
NOTES:
RTEMS POSIX API User's Guide
Copyright © 1988-2008 OAR Corporation