Uses of Class
jtermios.Termios
-
Packages that use Termios Package Description jtermios jtermios.freebsd jtermios.linux jtermios.macosx jtermios.openbsd jtermios.solaris jtermios.windows -
-
Uses of Termios in jtermios
Methods in jtermios with parameters of type Termios Modifier and Type Method Description static intJTermios. cfgetispeed(Termios termios)intJTermios.JTermiosInterface. cfgetispeed(Termios termios)static intJTermios. cfgetospeed(Termios termios)intJTermios.JTermiosInterface. cfgetospeed(Termios termios)static voidJTermios. cfmakeraw(int fd, Termios termios)voidJTermios.JTermiosInterface. cfmakeraw(Termios termios)static intJTermios. cfsetispeed(Termios termios, int speed)intJTermios.JTermiosInterface. cfsetispeed(Termios termios, int speed)static intJTermios. cfsetospeed(Termios termios, int speed)intJTermios.JTermiosInterface. cfsetospeed(Termios termios, int speed)voidTermios. set(Termios s)intJTermios.JTermiosInterface. setspeed(int fd, Termios termios, int speed)static intJTermios. setspeed(int fd, Termios termios, int speed)intJTermios.JTermiosInterface. tcgetattr(int fd, Termios termios)static intJTermios. tcgetattr(int fd, Termios termios)intJTermios.JTermiosInterface. tcsetattr(int fd, int cmd, Termios termios)static intJTermios. tcsetattr(int fd, int cmd, Termios termios) -
Uses of Termios in jtermios.freebsd
Methods in jtermios.freebsd with parameters of type Termios Modifier and Type Method Description intJTermiosImpl. cfgetispeed(Termios termios)intJTermiosImpl. cfgetospeed(Termios termios)voidJTermiosImpl. cfmakeraw(Termios termios)intJTermiosImpl. cfsetispeed(Termios termios, int speed)intJTermiosImpl. cfsetospeed(Termios termios, int speed)intJTermiosImpl. setspeed(int fd, Termios termios, int speed)intJTermiosImpl. tcgetattr(int fd, Termios termios)intJTermiosImpl. tcsetattr(int fd, int cmd, Termios termios)voidJTermiosImpl.termios. update(Termios t)Constructors in jtermios.freebsd with parameters of type Termios Constructor Description termios(Termios t) -
Uses of Termios in jtermios.linux
Methods in jtermios.linux with parameters of type Termios Modifier and Type Method Description intJTermiosImpl. cfgetispeed(Termios termios)intJTermiosImpl. cfgetospeed(Termios termios)voidJTermiosImpl. cfmakeraw(Termios termios)intJTermiosImpl. cfsetispeed(Termios termios, int speed)intJTermiosImpl. cfsetospeed(Termios termios, int speed)intJTermiosImpl. setspeed(int fd, Termios termios, int speed)intJTermiosImpl. tcgetattr(int fd, Termios termios)intJTermiosImpl. tcsetattr(int fd, int cmd, Termios termios)voidJTermiosImpl.termios. update(Termios t)Constructors in jtermios.linux with parameters of type Termios Constructor Description termios(Termios t) -
Uses of Termios in jtermios.macosx
Methods in jtermios.macosx with parameters of type Termios Modifier and Type Method Description intJTermiosImpl. cfgetispeed(Termios termios)intJTermiosImpl. cfgetospeed(Termios termios)voidJTermiosImpl. cfmakeraw(Termios termios)intJTermiosImpl. cfsetispeed(Termios termios, int speed)intJTermiosImpl. cfsetospeed(Termios termios, int speed)intJTermiosImpl. setspeed(int fd, Termios termios, int speed)intJTermiosImpl. tcgetattr(int fd, Termios termios)intJTermiosImpl. tcsetattr(int fd, int cmd, Termios termios)voidJTermiosImpl.termios. update(Termios t)Constructors in jtermios.macosx with parameters of type Termios Constructor Description termios(Termios t) -
Uses of Termios in jtermios.openbsd
Methods in jtermios.openbsd with parameters of type Termios Modifier and Type Method Description intJTermiosImpl. cfgetispeed(Termios termios)intJTermiosImpl. cfgetospeed(Termios termios)voidJTermiosImpl. cfmakeraw(Termios termios)intJTermiosImpl. cfsetispeed(Termios termios, int speed)intJTermiosImpl. cfsetospeed(Termios termios, int speed)intJTermiosImpl. setspeed(int fd, Termios termios, int speed)intJTermiosImpl. tcgetattr(int fd, Termios termios)intJTermiosImpl. tcsetattr(int fd, int cmd, Termios termios)voidJTermiosImpl.termios. update(Termios t)Constructors in jtermios.openbsd with parameters of type Termios Constructor Description termios(Termios t) -
Uses of Termios in jtermios.solaris
Methods in jtermios.solaris with parameters of type Termios Modifier and Type Method Description intJTermiosImpl. cfgetispeed(Termios termios)intJTermiosImpl. cfgetospeed(Termios termios)voidJTermiosImpl. cfmakeraw(Termios termios)intJTermiosImpl. cfsetispeed(Termios termios, int speed)intJTermiosImpl. cfsetospeed(Termios termios, int speed)intJTermiosImpl. setspeed(int fd, Termios termios, int speed)intJTermiosImpl. tcgetattr(int fd, Termios termios)intJTermiosImpl. tcsetattr(int fd, int cmd, Termios termios)voidJTermiosImpl.termios. update(Termios t)Constructors in jtermios.solaris with parameters of type Termios Constructor Description termios(Termios t) -
Uses of Termios in jtermios.windows
Methods in jtermios.windows with parameters of type Termios Modifier and Type Method Description intJTermiosImpl. cfgetispeed(Termios termios)intJTermiosImpl. cfgetospeed(Termios termios)voidJTermiosImpl. cfmakeraw(Termios termios)intJTermiosImpl. cfsetispeed(Termios termios, int speed)intJTermiosImpl. cfsetospeed(Termios termios, int speed)intJTermiosImpl. setspeed(int fd, Termios termios, int speed)intJTermiosImpl. tcgetattr(int fd, Termios termios)intJTermiosImpl. tcsetattr(int fd, int cmd, Termios termios)
-