Tizen RT Libs&Environment
v1.1 D4
|
Provides APIs for Terminal Input/Output Interfaces. More...
![]() |
Data Structures | |
struct | termios |
Structure of termios. More... | |
Functions | |
int | tcgetattr (int fd, FAR struct termios *termiosp) |
get the parameters associated with the terminal More... | |
int | tcsetattr (int fd, int options, FAR const struct termios *termiosp) |
set the parameters associated with the terminal More... | |
Provides APIs for Terminal Input/Output Interfaces.
int tcgetattr | ( | int | fd, |
FAR struct termios * | termiosp | ||
) |
get the parameters associated with the terminal
#include <termios.h>
POSIX API (refer to : http://pubs.opengroup.org/onlinepubs/9699919799/)
int tcsetattr | ( | int | fd, |
int | options, | ||
FAR const struct termios * | termiosp | ||
) |
set the parameters associated with the terminal
#include <termios.h>
POSIX API (refer to : http://pubs.opengroup.org/onlinepubs/9699919799/)