Package jtermios

Interface JTermios.JTermiosInterface

    • Method Detail

      • pipe

        int pipe​(int[] fds)
      • shutDown

        void shutDown()
      • errno

        int errno()
      • fcntl

        int fcntl​(int fd,
                  int cmd,
                  int arg)
      • setspeed

        int setspeed​(int fd,
                     Termios termios,
                     int speed)
      • cfgetispeed

        int cfgetispeed​(Termios termios)
      • cfgetospeed

        int cfgetospeed​(Termios termios)
      • cfsetispeed

        int cfsetispeed​(Termios termios,
                        int speed)
      • cfsetospeed

        int cfsetospeed​(Termios termios,
                        int speed)
      • tcflush

        int tcflush​(int fd,
                    int b)
      • tcdrain

        int tcdrain​(int fd)
      • cfmakeraw

        void cfmakeraw​(Termios termios)
      • tcgetattr

        int tcgetattr​(int fd,
                      Termios termios)
      • tcsetattr

        int tcsetattr​(int fd,
                      int cmd,
                      Termios termios)
      • tcsendbreak

        int tcsendbreak​(int fd,
                        int duration)
      • open

        int open​(String s,
                 int t)
      • close

        int close​(int fd)
      • write

        int write​(int fd,
                  byte[] buffer,
                  int len)
      • read

        int read​(int fd,
                 byte[] buffer,
                 int len)
      • ioctl

        int ioctl​(int fd,
                  int cmd,
                  int... data)
      • poll

        int poll​(Pollfd[] fds,
                 int nfds,
                 int timeout)
      • canPoll

        boolean canPoll()
        poll() on Windows has not been implemented and while implemented on Mac OS X, does not work for devices.
      • perror

        void perror​(String msg)
      • getPortNamePattern

        String getPortNamePattern()