Uses of Class
de.ibapl.jnhw.posix.Termios.StructTermios
-
Packages that use Termios.StructTermios Package Description de.ibapl.jnhw.posix Very thin and safe wrapper classes around common used headers on a POSIX system. -
-
Uses of Termios.StructTermios in de.ibapl.jnhw.posix
Methods in de.ibapl.jnhw.posix with parameters of type Termios.StructTermios Modifier and Type Method Description static intTermios. cfgetispeed(Termios.StructTermios termios)static intTermios. cfgetospeed(Termios.StructTermios termios)static voidTermios. cfsetispeed(Termios.StructTermios termios, int speed)static voidTermios. cfsetospeed(Termios.StructTermios termios, int speed)static voidTermios. cfsetspeed(Termios.StructTermios termios, int speed)Non POSIX: set input and output spped at the same time.static voidTermios. tcgetattr(int fildes, Termios.StructTermios termios)static voidTermios. tcsetattr(int fildes, int optional_actions, Termios.StructTermios termios)
-