RTEMS Logo

RTEMS 4.10.2 On-Line Library


Device- and Class- Specific Functions Manager tcsetattr - Set terminal attributes

PREV UP NEXT Bookshelf 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:


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-2008 OAR Corporation