Class CLibrary.Termios

  • Enclosing class:
    CLibrary

    public static class CLibrary.Termios
    extends java.lang.Object
    termios structure for termios functions, describing a general terminal interface that is provided to control asynchronous communications ports
    See Also:
    TERMIOS(3) man-page
    • Constructor Summary

      Constructors 
      Constructor Description
      Termios()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static void init()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SIZEOF

        public static int SIZEOF
      • c_iflag

        public long c_iflag
      • c_oflag

        public long c_oflag
      • c_cflag

        public long c_cflag
      • c_lflag

        public long c_lflag
      • c_cc

        public byte[] c_cc
      • c_ispeed

        public long c_ispeed
      • c_ospeed

        public long c_ospeed
    • Constructor Detail

      • Termios

        public Termios()
    • Method Detail

      • init

        private static void init()