COHERENT manpages

This page displays the COHERENT manpage for cfgetispeed() [Get terminal input speed].

List of available manpages
Index


cfgetispeed() -- termios Macro (termios.h)

Get terminal input speed
#include <termios.h>
int cfgetispeed(tty)
termios *tty;

Macro cfgetispeed()  returns the input  speed of the  terminal device.  tty
gives  the address  of  a structure  of  type termios.  It  must have  been
initialized by a call to the termios routine tcgetattr().

See Also

termios
POSIX Standard, §7.1.3