Uses of Class
jtermios.Pollfd
-
Packages that use Pollfd Package Description jtermios jtermios.freebsd jtermios.linux jtermios.macosx jtermios.openbsd jtermios.solaris jtermios.windows -
-
Uses of Pollfd in jtermios
Methods in jtermios with parameters of type Pollfd Modifier and Type Method Description intJTermios.JTermiosInterface. poll(Pollfd[] fds, int nfds, int timeout)static intJTermios. poll(Pollfd[] fds, int nfds, int timeout) -
Uses of Pollfd in jtermios.freebsd
Methods in jtermios.freebsd with parameters of type Pollfd Modifier and Type Method Description intJTermiosImpl. poll(Pollfd[] fds, int nfds, int timeout)Constructors in jtermios.freebsd with parameters of type Pollfd Constructor Description pollfd(Pollfd pfd) -
Uses of Pollfd in jtermios.linux
Methods in jtermios.linux with parameters of type Pollfd Modifier and Type Method Description intJTermiosImpl. poll(Pollfd[] fds, int nfds, int timeout)Constructors in jtermios.linux with parameters of type Pollfd Constructor Description pollfd(Pollfd pfd) -
Uses of Pollfd in jtermios.macosx
Methods in jtermios.macosx with parameters of type Pollfd Modifier and Type Method Description intJTermiosImpl. poll(Pollfd[] fds, int nfds, int timeout)Constructors in jtermios.macosx with parameters of type Pollfd Constructor Description pollfd(Pollfd pfd) -
Uses of Pollfd in jtermios.openbsd
Methods in jtermios.openbsd with parameters of type Pollfd Modifier and Type Method Description intJTermiosImpl. poll(Pollfd[] fds, int nfds, int timeout)Constructors in jtermios.openbsd with parameters of type Pollfd Constructor Description pollfd(Pollfd pfd) -
Uses of Pollfd in jtermios.solaris
Methods in jtermios.solaris with parameters of type Pollfd Modifier and Type Method Description intJTermiosImpl. poll(Pollfd[] fds, int nfds, int timeout)Constructors in jtermios.solaris with parameters of type Pollfd Constructor Description pollfd(Pollfd pfd) -
Uses of Pollfd in jtermios.windows
Methods in jtermios.windows with parameters of type Pollfd Modifier and Type Method Description intJTermiosImpl. poll(Pollfd[] fds, int nfds, int timeout)
-