TizenRT Libs&Environment  v2.0 M2

Provides APIs for Terminal Input/Output Interfaces. More...

Collaboration diagram for TERMIOS:

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...
 

Detailed Description

Provides APIs for Terminal Input/Output Interfaces.

Function Documentation

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/)

Since
TizenRT v1.0
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/)

Since
TizenRT v1.0